node_allocator< T > Class Template Reference
high performance template class for allocation one object at one time
More...
#include <memory.h>
List of all members.
Detailed Description
template<class T>
class node_allocator< T >
high performance template class for allocation one object at one time
Definition at line 200 of file memory.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
capacity |
default capacity |
Definition at line 188 of file memory.hpp.
Member Function Documentation
allocates one object
Definition at line 196 of file memory.hpp.
References rep_allocator::_rep, ALIGNED_SIZEOF, byte_allocator::allocate(), chunk_stack::empty(), and chunk_stack::pop().
Referenced by stack< T >::_buynode(), map< K, T, Pr, M >::_buynode(), list< T >::_buynode(), aiosock::_get_block(), aiofile::_get_block(), variant_factory::clone(), variant_factory::create(), aiogate::recv(), and aiogate::send_bulk().
The documentation for this class was generated from the following files: