[#LockedPageAllocator-FreeLocked] = xref:LockedPageAllocator.adoc[LockedPageAllocator]::FreeLocked :relfileprefix: ../ :mrdocs: Unlock and free memory pages. Clear the memory before unlocking. == Synopsis Declared in `<support/lockedpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void FreeLocked( void* addr, size_t len) = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *addr* | Address of the pages to unlock and free. | *len* | Number of bytes to unlock and free. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#