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

Synopses

Declared in <bdlma_aligningallocator.h>

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

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

Parameters

Name

Description

address

memory block previously allocated by this allocator

Created with MrDocs