libstdc++
|
Public Member Functions | |
pointer | allocate (size_type __n) |
pointer | allocate (size_type __n, const void *__hint) |
void | deallocate (pointer __p, size_type __n) |
A meta-allocator with debugging bits, as per [20.4].
This is precisely the allocator defined in the C++ Standard.
Definition at line 63 of file debug_allocator.h.