HEAP_REALLOC_IN_PLACE_ONLY top-level constant

int const HEAP_REALLOC_IN_PLACE_ONLY

There can be no movement when reallocating a memory block.

Implementation

const HEAP_REALLOC_IN_PLACE_ONLY = 0x00000010;