This method has no effect on the memory block at the specified address.
Synopsis
Declared in <bdlma_infrequentdeleteblocklist.h>
void
deallocate(void* address);
Description
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.
Parameters
Name |
Description |
address |
memory previously allocated by this object |
Created with MrDocs