SbrkRegion.deallocate

The deallocate method only works (and returns true) on systems that support reducing the break address (i.e. accept calls to sbrk with negative offsets). OSX does not accept such. In addition the argument must be the last block allocated.

struct SbrkRegion(uint minAlign = platformAlignment)
static
bool
deallocate
(
void[] b
)

Meta