mn_basic_malloc_allocator.hpp File Reference
#include "../mn_config.hpp"#include <cstdlib>#include <memory>#include "mn_basic_allocator.hpp"#include "mn_allocator_typetraits.hpp"Go to the source code of this file.
Classes | |
| class | mn::memory::basic_malloc_allocator_impl |
Namespaces | |
| mn | |
| mn::memory | |
Typedefs | |
| template<class TFilter = basic_allocator_filter> | |
| using | mn::memory::malloc_allocator = basic_allocator< basic_malloc_allocator_impl, TFilter > |