Deallocates all memory currently allocated, making the allocator ready for other allocations. This is a O(1) operation.
See Implementation
Deallocates all memory currently allocated, making the allocator ready for other allocations. This is a O(1) operation.