Describes node_allocator pooled shared memory STL compatible allocator. More...
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/intrusive/pointer_traits.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/assert.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/interprocess/detail/utilities.hpp>
#include <boost/interprocess/detail/type_traits.hpp>
#include <boost/interprocess/allocators/detail/node_pool.hpp>
#include <boost/container/detail/multiallocation_chain.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/interprocess/allocators/detail/allocator_common.hpp>
#include <memory>
#include <algorithm>
#include <cstddef>
#include <boost/interprocess/detail/config_end.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::interprocess | |
boost::interprocess::ipcdetail | |
Functions | |
template<unsigned int V, class T , class S , std::size_t NPC> | |
bool | boost::interprocess::ipcdetail::operator== (const node_allocator_base< V, T, S, NPC > &alloc1, const node_allocator_base< V, T, S, NPC > &alloc2) |
Equality test for same type of node_allocator_base. More... | |
template<unsigned int V, class T , class S , std::size_t NPC> | |
bool | boost::interprocess::ipcdetail::operator!= (const node_allocator_base< V, T, S, NPC > &alloc1, const node_allocator_base< V, T, S, NPC > &alloc2) |
Inequality test for same type of node_allocator_base. More... | |
Describes node_allocator pooled shared memory STL compatible allocator.