Return the memory at the specified address back to this allocator.
Declared in <bdlma_concurrentpoolallocator.h>
virtual
void
deallocate(void* address) override;
If address is 0, this method has no effect. The behavior is undefined unless address was allocated using this allocator and has not already been deallocated.
| Name | Description |
|---|---|
| address | memory previously allocated by this allocator |