MEM_PRIVATE top-level constant

  1. @Deprecated('Use PAGE_TYPE.MEM_PRIVATE instead')
int const MEM_PRIVATE

Indicates that the memory pages within the region are private (that is, not shared by other processes).

Implementation

@Deprecated('Use PAGE_TYPE.MEM_PRIVATE instead')
const MEM_PRIVATE = 0x00020000;