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