HEAP_ZERO_MEMORY top-level constant

int const HEAP_ZERO_MEMORY

The allocated memory will be initialized to zero. Otherwise, the memory is not initialized to zero.

Implementation

const HEAP_ZERO_MEMORY = 0x00000008;