MEM_RELEASE top-level constant

  1. @Deprecated('Use VIRTUAL_FREE_TYPE.MEM_RELEASE instead')
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

@Deprecated('Use VIRTUAL_FREE_TYPE.MEM_RELEASE instead')
const MEM_RELEASE = 0x00008000;