Relinquish the memory block at the specified address back to this pool for reuse.
Synopsis
Declared in <bdlma_concurrentpool.h>
void
deallocate(void* address);
Description
Relinquish the memory block at the specified address back to this pool object for reuse. The behavior is undefined unless address is non‐zero, was allocated by this pool, and has not already been deallocated.
Parameters
Name |
Description |
address |
memory block previously allocated by this pool |
Created with MrDocs