Heap.reAlloc

Reallocates a block of memory (i.e. memory content is preserved).

Wrapper for HeapReAlloc.

struct Heap
@system nothrow @nogc
void*
reAlloc
(
void* ptr
,
in size_t bytes
,
in bool zeroMemory = false
,
in bool inPlaceOnly = false
,)

Meta