#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.
|
|||||
|
Definition at line 71 of file debug_allocator.h. |
|
|||||
|
Definition at line 73 of file debug_allocator.h. |
|
|||||
|
Definition at line 69 of file debug_allocator.h. |
|
|||||
|
Definition at line 70 of file debug_allocator.h. |
|
|||||
|
Definition at line 72 of file debug_allocator.h. |
|
|||||
|
Definition at line 68 of file debug_allocator.h. |
|
|||||
|
Definition at line 74 of file debug_allocator.h. |
|
|||||||||
|
Definition at line 84 of file debug_allocator.h. References __gnu_cxx::debug_allocator< _Alloc >::_M_extra. |
|
||||||||||||||||
|
Definition at line 100 of file debug_allocator.h. References __gnu_cxx::debug_allocator< _Alloc >::_M_allocator, and __gnu_cxx::debug_allocator< _Alloc >::_M_extra. |
|
||||||||||
|
Definition at line 91 of file debug_allocator.h. References __gnu_cxx::debug_allocator< _Alloc >::_M_allocator, and __gnu_cxx::debug_allocator< _Alloc >::_M_extra. |
|
||||||||||||||||
|
Definition at line 109 of file debug_allocator.h. References __gnu_cxx::debug_allocator< _Alloc >::_M_allocator, and __gnu_cxx::debug_allocator< _Alloc >::_M_extra. |
|
|||||
|
Definition at line 81 of file debug_allocator.h. Referenced by __gnu_cxx::debug_allocator< _Alloc >::allocate(), and __gnu_cxx::debug_allocator< _Alloc >::deallocate(). |
|
|||||
|
Definition at line 79 of file debug_allocator.h. Referenced by __gnu_cxx::debug_allocator< _Alloc >::allocate(), __gnu_cxx::debug_allocator< _Alloc >::deallocate(), and __gnu_cxx::debug_allocator< _Alloc >::debug_allocator(). |
1.3.6