HEAP_ZERO_MEMORY top-level constant

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

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

Implementation

@Deprecated('Use HEAP_FLAGS.HEAP_ZERO_MEMORY instead')
const HEAP_ZERO_MEMORY = 0x00000008;