bsl::allocator_traits<allocator<TYPE>>::deallocate

Deallocate the memory at p previously allocated from m.

Synopsis

Declared in <bslma_bslallocator.h>

static
void
deallocate(
    allocator_type& m,
    pointer p,
    size_type n);

Parameters

NameDescription
mallocator that performs the deallocation
paddress of memory previously returned by allocate
nnumber of objects that were allocated