BloombergLP::bdlma::SequentialAllocator::deallocate

This method has no effect; memory is managed by this allocator.

Synopsis

Declared in <bdlma_sequentialallocator.h>

virtual
void
deallocate(void* address) override;

Description

This method has no effect on the memory block at the specified address as all memory allocated by this allocator is managed. The behavior is undefined unless address is 0, or was allocated by this allocator and has not already been deallocated.

Parameters

NameDescription
addressmemory previously allocated by this allocator