My Project
|
Classes | |
struct | rebind |
struct | Source |
Public Types | |
typedef std::allocator< T >::pointer | pointer |
typedef std::allocator< T >::size_type | size_type |
Public Member Functions | |
StackAllocator (const StackAllocator< T, stack_capacity > &rhs) | |
template<typename U , size_t other_capacity> | |
StackAllocator (const StackAllocator< U, other_capacity > &other) | |
StackAllocator (Source *source) | |
pointer | allocate (size_type n, void *hint=0) |
void | deallocate (pointer p, size_type n) |