Deallocate the memory block at the specified address back to this pool for reuse.

Synopsis

Declared in <bdlma_concurrentfixedpool.h>

void
deallocate(void* address);

Parameters

Name

Description

address

memory block previously allocated from this pool

Created with MrDocs