Return the memory block at the specified address to this allocator.

Synopsis

Declared in <bdlma_aligningallocator.h>

virtual
void
deallocate(void* address) override;

Description

Return the memory block at the specified address back to this allocator. If address is 0, this function has no effect. The behavior is undefined unless address was allocated using this allocator object and has not already been deallocated.

Parameters

Name

Description

address

memory block previously allocated by this allocator

Created with MrDocs