BloombergLP::bslma::SequentialAllocator::deallocate

This method has no effect for this allocator.

Synopses

Declared in <bslma_sequentialallocator.h>

This method has no effect for this allocator.

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

Parameters

NameDescription
addressThe address of the memory block to deallocate.