MEM_REPLACE_PLACEHOLDER top-level constant

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

Replaces a placeholder with a mapped view. Only data/pf-backed section views are supported (no images, physical memory, etc.). When you replace a placeholder, BaseAddress and ViewSize must exactly match those of the placeholder.

Implementation

@Deprecated('Use VIRTUAL_ALLOCATION_TYPE.MEM_REPLACE_PLACEHOLDER instead')
const MEM_REPLACE_PLACEHOLDER = 0x00004000;