mn_basic_allocator_stack.hpp File Reference

Go to the source code of this file.

Classes

class  mn::memory::basic_allocator_stack_impl< TBUFFERSIZE >
 Stack based allocator. More...
 

Namespaces

 mn
 
 mn::memory
 

Typedefs

template<int TBUFFERSIZE, class TFilter = basic_allocator_filter>
using mn::memory::stack_allocator = basic_allocator< basic_allocator_stack_impl< TBUFFERSIZE >, TFilter >