deallocate overloads

Synopses

Declared in <bdlma_heapbypassallocator.h>

This method has no effect for this heap bypass allocator.

virtual
void
deallocate(void*) override;

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

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

Created with MrDocs