Return memory previously allocated with allocate to the underlying mechanism object by calling deallocate on the mechanism object with the specified p. The optionally specified n argument is ignored by this test allocator type.

Synopsis

Declared in <bslma_stdtestallocator.h>

void
deallocate(
    pointer p,
    size_type n = 1);

Created with MrDocs