Mimallocator.deallocate

Deallocate the specified memory block

struct Mimallocator
@system @nogc pure nothrow shared
bool
deallocate
(
void[] b
)

Parameters

b void[]

The memory block to be deallocated.

Return Value

Type: bool

false if the array is null, otherwise true.

Meta