Deallocates a memory block.
A pointer to the memory block to be freed.
Whether the deallocation was successful.
auto p = MmapPool.instance.allocate(20); assert(MmapPool.instance.deallocate(p));
See Implementation
Deallocates a memory block.