Return the memory block at address back to this allocator.
Declared in <bslma_testallocator.h>
Return the memory block at address back 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 | Memory block previously allocated by this allocator. |