MEM_FREE top-level constant

  1. @Deprecated('Use VIRTUAL_ALLOCATION_TYPE.MEM_FREE instead')
int const MEM_FREE

Indicates free pages not accessible to the calling process and available to be allocated.

Implementation

@Deprecated('Use VIRTUAL_ALLOCATION_TYPE.MEM_FREE instead')
const MEM_FREE = 0x00010000;