Sources Pipelines Documentation

Allocators  
memory.hpp
1 #pragma once
2 
3 #include <boost/memory/buffer_ref.hpp>
4 
5 #include <boost/memory/null_allocator.hpp>
6 #include <boost/memory/mallocator.hpp>
7 #include <boost/memory/fallback_allocator.hpp>
8 #include <boost/memory/free_list.hpp>
9 #include <boost/memory/stack_allocator.hpp>
10 #include <boost/memory/segregator.hpp>
11 #include <boost/memory/bucketizer.hpp>
12 #include <boost/memory/affix_allocator.hpp>
13 #include <boost/memory/bitmapped_block.hpp>
14 
15 #include <boost/memory/allocation_guard.hpp>
16