BloombergLP::balst::StackTraceTestAllocator::deallocate

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

Synopses

Declared in <balst_stacktracetestallocator.h>

Return the memory block at the specified address back to 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
addressmemory block to return, or null