CPPAllocator.deallocate

Deallocate the specified memory block

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

Parameters

b
Type: void[]

The memory block to be deallocated.

Return Value

Type: bool

false if the array is null, otherwise true.

Meta