mn_basic_allocator_stack.hpp File Reference
#include "../mn_config.hpp"
#include "mn_basic_allocator.hpp"
#include "mn_allocator_typetraits.hpp"
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 > |