HEAP_CREATE_ENABLE_EXECUTE top-level constant Null safety
All memory blocks that are allocated from this heap allow code execution, if the hardware enforces data execution prevention.
Implementation
const HEAP_CREATE_ENABLE_EXECUTE = 0x00040000;
All memory blocks that are allocated from this heap allow code execution, if the hardware enforces data execution prevention.
const HEAP_CREATE_ENABLE_EXECUTE = 0x00040000;