BloombergLP::bdlma::SequentialAllocator::deallocate

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.

Synopses

Declared in <bdlma_sequentialallocator.h>

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.

virtual
void
deallocate(void* address) override;
» more...
void
deallocate(
    void* __p,
    size_t __bytes,
    size_t __alignment = _S_max_align);
» more...