MEM_MAPPED top-level constant

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

Indicates that the memory pages within the region are mapped into the view of a section.

Implementation

@Deprecated('Use PAGE_TYPE.MEM_MAPPED instead')
const MEM_MAPPED = 0x00040000;