MEM_RESERVE top-level constant

int const MEM_RESERVE

Reserves a range of the process's virtual address space without allocating any actual physical storage in memory or in the paging file on disk.

Implementation

const MEM_RESERVE = 0x00002000;