HEAP_REALLOC_IN_PLACE_ONLY top-level constant

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

There can be no movement when reallocating a memory block.

Implementation

@Deprecated('Use HEAP_FLAGS.HEAP_REALLOC_IN_PLACE_ONLY instead')
const HEAP_REALLOC_IN_PLACE_ONLY = 0x00000010;