Return the memory at the specified address to this allocator.
Declared in <ball_countingallocator.h>
Return the memory at the specified address to this allocator.
virtual
void
deallocate(void* address) override;
» more...
void
deallocate(
void* __p,
size_t __bytes,
size_t __alignment = _S_max_align);
» more...
| Name | Description |
|---|---|
| address | previously allocated memory to return; may be null |