Return the memory at the specified address to the associated allocator.

Synopsis

Declared in <bdlma_blocklist.h>

void
deallocate(void* address);

Description

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.

Parameters

Name

Description

address

memory previously allocated by this object

Created with MrDocs