SharedBorrowedRegion.deallocate

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

Deallocates b. This works only if b was obtained as the last call to allocate; otherwise (i.e. another allocation has occurred since) it does nothing.

Parameters

bBlock previously obtained by a call to allocate against this allocator (null is allowed).