MEM_RELEASE top-level constant

int const MEM_RELEASE

Releases the specified region of pages, or placeholder (for a placeholder, the address space is released and available for other allocations). After this operation, the pages are in the free state.

Implementation

const MEM_RELEASE = 0x00008000;