![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <allocators.h>
Inheritance diagram for zero_after_free_allocator< T >:
Collaboration diagram for zero_after_free_allocator< T >:Classes | |
| struct | rebind |
Public Types | |
| typedef std::allocator< T > | base |
| typedef base::size_type | size_type |
| typedef base::difference_type | difference_type |
| typedef base::pointer | pointer |
| typedef base::const_pointer | const_pointer |
| typedef base::reference | reference |
| typedef base::const_reference | const_reference |
| typedef base::value_type | value_type |
Public Member Functions | |
| zero_after_free_allocator () throw () | |
| zero_after_free_allocator (const zero_after_free_allocator &a) throw () | |
| template<typename U > | |
| zero_after_free_allocator (const zero_after_free_allocator< U > &a) throw () | |
| ~zero_after_free_allocator () throw () | |
| void | deallocate (T *p, std::size_t n) |
Definition at line 225 of file allocators.h.
| typedef std::allocator<T> zero_after_free_allocator< T >::base |
Definition at line 228 of file allocators.h.
| typedef base::const_pointer zero_after_free_allocator< T >::const_pointer |
Definition at line 232 of file allocators.h.
| typedef base::const_reference zero_after_free_allocator< T >::const_reference |
Definition at line 234 of file allocators.h.
| typedef base::difference_type zero_after_free_allocator< T >::difference_type |
Definition at line 230 of file allocators.h.
| typedef base::pointer zero_after_free_allocator< T >::pointer |
Definition at line 231 of file allocators.h.
| typedef base::reference zero_after_free_allocator< T >::reference |
Definition at line 233 of file allocators.h.
| typedef base::size_type zero_after_free_allocator< T >::size_type |
Definition at line 229 of file allocators.h.
| typedef base::value_type zero_after_free_allocator< T >::value_type |
Definition at line 235 of file allocators.h.
|
inline | |||||||||||||
Definition at line 236 of file allocators.h.
|
inline | ||||||||||||||
Definition at line 237 of file allocators.h.
|
inline | ||||||||||||||
Definition at line 239 of file allocators.h.
|
inline | |||||||||||||
Definition at line 240 of file allocators.h.
|
inline |
Definition at line 244 of file allocators.h.
1.8.8