Return the memory at the specified address back to this allocator. If address is 0, this function has no effect. The behavior is undefined unless address was allocated using this allocator and has not since been deallocated.
Declared in <bdlma_concurrentallocatoradapter.h>
Return the memory at the specified address back to this allocator. If address is 0, this function has no effect. The behavior is undefined unless address was allocated using this allocator and has not since been deallocated.
virtual
void
deallocate(void* address) override;
» more...
void
deallocate(
void* __p,
size_t __bytes,
size_t __alignment = _S_max_align);
» more...