SharedRegion.deallocate
bool deallocate(void[] b) pure nothrow @nogcDeallocates 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
b | Block previously obtained by a call to allocate against this allocator (null is allowed). |