This method has no effect on the memory block at the specified address.
Declared in <bdlma_infrequentdeleteblocklist.h>
void
deallocate(void* address);
This method has no effect on the memory block at the specified address as all memory allocated by this object is managed. The behavior is undefined unless address was allocated by this object, and has not already been released.
| Name | Description |
|---|---|
| address | memory previously allocated by this object |