Describes private_adaptive_pool_base 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/allocators/detail/adaptive_node_pool.hpp>
#include <boost/container/detail/multiallocation_chain.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/interprocess/detail/utilities.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 NodesPerBlock, std::size_t F, unsigned char OP> | |
bool | boost::interprocess::ipcdetail::operator== (const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc1, const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc2) |
Equality test for same type of private_adaptive_pool_base. More... | |
template<unsigned int V, class T , class S , std::size_t NodesPerBlock, std::size_t F, unsigned char OP> | |
bool | boost::interprocess::ipcdetail::operator!= (const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc1, const private_adaptive_pool_base< V, T, S, NodesPerBlock, F, OP > &alloc2) |
Inequality test for same type of private_adaptive_pool_base. More... | |
Describes private_adaptive_pool_base pooled shared memory STL compatible allocator.