LockedPageAllocator::FreeLocked

Unlock and free memory pages. Clear the memory before unlocking.

Synopsis

Declared in <support/lockedpool.h>

virtual
void
FreeLocked(
    void* addr,
    size_t len) = 0;

Parameters

NameDescription
addrAddress of the pages to unlock and free.
lenNumber of bytes to unlock and free.