memory
Typedefs | Classes
iteration_allocator.hpp File Reference

Detailed Description

Class template foonathan::memory::iteration_allocator.

Typedefs

template<class BlockOrRawAllocator >
using iteration_block_allocator = make_block_allocator_t< BlockOrRawAllocator, fixed_block_allocator >
 

Classes

class  iteration_allocator< N, BlockOrRawAllocator >
 A stateful RawAllocator that is designed for allocations in a loop. More...
 
class  double_frame_allocator< BlockOrRawAllocator >
 An alias for iteration_allocator for two iterations. More...
 
class  allocator_traits< iteration_allocator< N, BlockAllocator > >
 Specialization of the allocator_traits for iteration_allocator. More...
 
class  composable_allocator_traits< iteration_allocator< N, BlockAllocator > >
 Specialization of the composable_allocator_traits for iteration_allocator classes. More...