MEM_RESERVE top-level constant

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

@Deprecated('Use VIRTUAL_ALLOCATION_TYPE.MEM_RESERVE instead')
const MEM_RESERVE = 0x00002000;