#include <debug_allocator.h>
Public Types | |
| typedef Alloc::size_type | size_type |
| typedef Alloc::difference_type | difference_type |
| typedef Alloc::pointer | pointer |
| typedef Alloc::const_pointer | const_pointer |
| typedef Alloc::reference | reference |
| typedef Alloc::const_reference | const_reference |
| typedef Alloc::value_type | value_type |
Public Member Functions | |
| debug_allocator () | |
| pointer | allocate (size_type n) |
| pointer | allocate (size_type n, const void *__hint) |
| void | deallocate (pointer __p, size_type n) |
Private Attributes | |
| size_type | M_extra |
| Alloc | M_allocator |
This is precisely the allocator defined in the C++ Standard.
(See allocators info for more.)
Definition at line 65 of file debug_allocator.h.
1.5.1