bsl::allocator_traits<std::allocator<ALLOCATOR_TYPE>>::deallocate

Deallocate memory.

Synopsis

Declared in <bslma_allocatortraits.h>

constexpr
static
void
deallocate(
    _Alloc& __a,
    pointer __p,
    size_type __n);

Description

Calls

Parameters

NameDescription
__aAn allocator.
__pPointer to the memory to deallocate.
__nThe number of objects space was allocated for.