mi_heap_realloc

Re-allocate memory to newsize bytes in a specific heap.

extern (C) @nogc pure @system nothrow
void*
mi_heap_realloc
(,
void* p
,
size_t newsize
)

Meta