![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <allocators.h>
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 241 of file allocators.h.
typedef std::allocator<T> zero_after_free_allocator< T >::base |
Definition at line 244 of file allocators.h.
typedef base::const_pointer zero_after_free_allocator< T >::const_pointer |
Definition at line 248 of file allocators.h.
typedef base::const_reference zero_after_free_allocator< T >::const_reference |
Definition at line 250 of file allocators.h.
typedef base::difference_type zero_after_free_allocator< T >::difference_type |
Definition at line 246 of file allocators.h.
typedef base::pointer zero_after_free_allocator< T >::pointer |
Definition at line 247 of file allocators.h.
typedef base::reference zero_after_free_allocator< T >::reference |
Definition at line 249 of file allocators.h.
typedef base::size_type zero_after_free_allocator< T >::size_type |
Definition at line 245 of file allocators.h.
typedef base::value_type zero_after_free_allocator< T >::value_type |
Definition at line 251 of file allocators.h.
|
inline |
Definition at line 252 of file allocators.h.
|
inline |
Definition at line 253 of file allocators.h.
|
inline |
Definition at line 255 of file allocators.h.
|
inline |
Definition at line 256 of file allocators.h.
|
inline |
Definition at line 260 of file allocators.h.