MEM_DECOMMIT top-level constant

  1. @Deprecated('Use VIRTUAL_FREE_TYPE.MEM_DECOMMIT instead')
int const MEM_DECOMMIT

Decommits the specified region of committed pages. After the operation, the pages are in the reserved state.

Implementation

@Deprecated('Use VIRTUAL_FREE_TYPE.MEM_DECOMMIT instead')
const MEM_DECOMMIT = 0x00004000;