BoehmAllocator.reallocate

Reallocates memory to new size, handles zero-size deallocation

struct BoehmAllocator
@system @nogc nothrow shared
bool
reallocate
(
ref void[] b
,
size_t newSize
)

Meta