![]() |
PRCYCoin
2.0.0.7rc1
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 () noexcept | |
| zero_after_free_allocator (const zero_after_free_allocator &a) noexcept | |
| template<typename U > | |
| zero_after_free_allocator (const zero_after_free_allocator< U > &a) noexcept | |
| ~zero_after_free_allocator () noexcept | |
| void | deallocate (T *p, std::size_t n) |
Definition at line 231 of file allocators.h.
| typedef std::allocator<T> zero_after_free_allocator< T >::base |
Definition at line 233 of file allocators.h.
| typedef base::const_pointer zero_after_free_allocator< T >::const_pointer |
Definition at line 237 of file allocators.h.
| typedef base::const_reference zero_after_free_allocator< T >::const_reference |
Definition at line 239 of file allocators.h.
| typedef base::difference_type zero_after_free_allocator< T >::difference_type |
Definition at line 235 of file allocators.h.
| typedef base::pointer zero_after_free_allocator< T >::pointer |
Definition at line 236 of file allocators.h.
| typedef base::reference zero_after_free_allocator< T >::reference |
Definition at line 238 of file allocators.h.
| typedef base::size_type zero_after_free_allocator< T >::size_type |
Definition at line 234 of file allocators.h.
| typedef base::value_type zero_after_free_allocator< T >::value_type |
Definition at line 240 of file allocators.h.
|
inlinenoexcept |
Definition at line 241 of file allocators.h.
|
inlinenoexcept |
Definition at line 242 of file allocators.h.
|
inlinenoexcept |
Definition at line 244 of file allocators.h.
|
inlinenoexcept |
Definition at line 247 of file allocators.h.
|
inline |
1.8.17