SbrkRegion.deallocateAll

The deallocateAll 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.

struct SbrkRegion(uint minAlign = platformAlignment)
nothrow @nogc shared
bool
deallocateAll
()

Meta