Return the memory block at address to this allocator.
Synopses
Declared in <bslma_allocator.h>
Return the memory block at address to this allocator.
virtual
void
deallocate(void* address) = 0;
void
deallocate(
void* __p,
size_t __bytes,
size_t __alignment = _S_max_align);
Parameters
Name |
Description |
address |
address of the block to deallocate |
Created with MrDocs