Unlock and free memory pages. Clear the memory before unlocking.
Declared in <support/lockedpool.h>
virtual
void
FreeLocked(
void* addr,
size_t len) = 0;
| Name | Description |
|---|---|
| addr | Address of the pages to unlock and free. |
| len | Number of bytes to unlock and free. |