HEAP_CREATE_ENABLE_EXECUTE top-level constant

  1. @Deprecated('Use HEAP_FLAGS.HEAP_CREATE_ENABLE_EXECUTE instead')
int const HEAP_CREATE_ENABLE_EXECUTE

All memory blocks that are allocated from this heap allow code execution, if the hardware enforces data execution prevention.

Implementation

@Deprecated('Use HEAP_FLAGS.HEAP_CREATE_ENABLE_EXECUTE instead')
const HEAP_CREATE_ENABLE_EXECUTE = 0x00040000;