![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Public Member Functions | |
| internal_pool (size_type nrequested_size, size_type nnext_size, size_type nmax_size) | |
Public Member Functions inherited from pooled_secure_allocator< uint8_t > | |
| pooled_secure_allocator (const size_type nrequested_size=32, const size_type nnext_size=32, const size_type nmax_size=0) throw () | |
| ~pooled_secure_allocator () throw () | |
| uint8_t * | allocate (std::size_t n, const void *hint=0) |
| void | deallocate (uint8_t *p, std::size_t n) |
Public Attributes | |
| std::mutex | mutex |
Additional Inherited Members | |
Public Types inherited from pooled_secure_allocator< uint8_t > | |
| typedef std::allocator< uint8_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 |
Definition at line 71 of file mt_pooled_secure.h.
|
inline |
Definition at line 72 of file mt_pooled_secure.h.
| std::mutex mt_pooled_secure_allocator< T >::internal_pool::mutex |
Definition at line 78 of file mt_pooled_secure.h.