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

Name

Description

addr

Address of the pages to unlock and free.

len

Number of bytes to unlock and free.

Created with MrDocs