123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365 |
- //////////////////////////////////////////////////////////////////////////////
- //
- // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- //
- // See http://www.boost.org/libs/interprocess for documentation.
- //
- //////////////////////////////////////////////////////////////////////////////
- #ifndef BOOST_INTERPROCESS_SEGMENT_MANAGER_HPP
- #define BOOST_INTERPROCESS_SEGMENT_MANAGER_HPP
- #if (defined _MSC_VER) && (_MSC_VER >= 1200)
- # pragma once
- #endif
- #include <boost/interprocess/detail/config_begin.hpp>
- #include <boost/interprocess/detail/workaround.hpp>
- #include <boost/detail/no_exceptions_support.hpp>
- #include <boost/interprocess/detail/type_traits.hpp>
- #include <boost/interprocess/detail/transform_iterator.hpp>
- #include <boost/interprocess/detail/mpl.hpp>
- #include <boost/interprocess/detail/segment_manager_helper.hpp>
- #include <boost/interprocess/detail/named_proxy.hpp>
- #include <boost/interprocess/detail/utilities.hpp>
- #include <boost/interprocess/offset_ptr.hpp>
- #include <boost/interprocess/indexes/iset_index.hpp>
- #include <boost/interprocess/exceptions.hpp>
- #include <boost/interprocess/allocators/allocator.hpp>
- #include <boost/interprocess/smart_ptr/deleter.hpp>
- #include <boost/move/move.hpp>
- #include <boost/interprocess/sync/scoped_lock.hpp>
- #include <cstddef> //std::size_t
- #include <string> //char_traits
- #include <new> //std::nothrow
- #include <utility> //std::pair
- #include <boost/assert.hpp>
- #ifndef BOOST_NO_EXCEPTIONS
- #include <exception>
- #endif
- //!\file
- //!Describes the object placed in a memory segment that provides
- //!named object allocation capabilities for single-segment and
- //!multi-segment allocations.
- namespace boost{
- namespace interprocess{
- //!This object is the public base class of segment manager.
- //!This class only depends on the memory allocation algorithm
- //!and implements all the allocation features not related
- //!to named or unique objects.
- //!
- //!Storing a reference to segment_manager forces
- //!the holder class to be dependent on index types and character types.
- //!When such dependence is not desirable and only anonymous and raw
- //!allocations are needed, segment_manager_base is the correct answer.
- template<class MemoryAlgorithm>
- class segment_manager_base
- : private MemoryAlgorithm
- {
- public:
- typedef segment_manager_base<MemoryAlgorithm> segment_manager_base_type;
- typedef typename MemoryAlgorithm::void_pointer void_pointer;
- typedef typename MemoryAlgorithm::mutex_family mutex_family;
- typedef MemoryAlgorithm memory_algorithm;
- /// @cond
- //Experimental. Don't use
- typedef typename MemoryAlgorithm::multiallocation_chain multiallocation_chain;
- typedef typename MemoryAlgorithm::difference_type difference_type;
- typedef typename MemoryAlgorithm::size_type size_type;
- /// @endcond
- //!This constant indicates the payload size
- //!associated with each allocation of the memory algorithm
- static const size_type PayloadPerAllocation = MemoryAlgorithm::PayloadPerAllocation;
- //!Constructor of the segment_manager_base
- //!
- //!"size" is the size of the memory segment where
- //!the basic segment manager is being constructed.
- //!
- //!"reserved_bytes" is the number of bytes
- //!after the end of the memory algorithm object itself
- //!that the memory algorithm will exclude from
- //!dynamic allocation
- //!
- //!Can throw
- segment_manager_base(size_type size, size_type reserved_bytes)
- : MemoryAlgorithm(size, reserved_bytes)
- {
- BOOST_ASSERT((sizeof(segment_manager_base<MemoryAlgorithm>) == sizeof(MemoryAlgorithm)));
- }
- //!Returns the size of the memory
- //!segment
- size_type get_size() const
- { return MemoryAlgorithm::get_size(); }
- //!Returns the number of free bytes of the memory
- //!segment
- size_type get_free_memory() const
- { return MemoryAlgorithm::get_free_memory(); }
- //!Obtains the minimum size needed by
- //!the segment manager
- static size_type get_min_size (size_type size)
- { return MemoryAlgorithm::get_min_size(size); }
- //!Allocates nbytes bytes. This function is only used in
- //!single-segment management. Never throws
- void * allocate (size_type nbytes, std::nothrow_t)
- { return MemoryAlgorithm::allocate(nbytes); }
- /// @cond
- //Experimental. Dont' use.
- //!Allocates n_elements of
- //!elem_size bytes. Throws bad_alloc on failure.
- multiallocation_chain allocate_many(size_type elem_bytes, size_type num_elements)
- {
- multiallocation_chain mem(MemoryAlgorithm::allocate_many(elem_bytes, num_elements));
- if(mem.empty()) throw bad_alloc();
- return boost::move(mem);
- }
- //!Allocates n_elements, each one of
- //!element_lenghts[i]*sizeof_element bytes. Throws bad_alloc on failure.
- multiallocation_chain allocate_many
- (const size_type *element_lenghts, size_type n_elements, size_type sizeof_element = 1)
- {
- multiallocation_chain mem(MemoryAlgorithm::allocate_many(element_lenghts, n_elements, sizeof_element));
- if(mem.empty()) throw bad_alloc();
- return boost::move(mem);
- }
- //!Allocates n_elements of
- //!elem_size bytes. Returns a default constructed iterator on failure.
- multiallocation_chain allocate_many
- (size_type elem_bytes, size_type num_elements, std::nothrow_t)
- { return MemoryAlgorithm::allocate_many(elem_bytes, num_elements); }
- //!Allocates n_elements, each one of
- //!element_lenghts[i]*sizeof_element bytes.
- //!Returns a default constructed iterator on failure.
- multiallocation_chain allocate_many
- (const size_type *elem_sizes, size_type n_elements, size_type sizeof_element, std::nothrow_t)
- { return MemoryAlgorithm::allocate_many(elem_sizes, n_elements, sizeof_element); }
- //!Deallocates elements pointed by the
- //!multiallocation iterator range.
- void deallocate_many(multiallocation_chain chain)
- { MemoryAlgorithm::deallocate_many(boost::move(chain)); }
- /// @endcond
- //!Allocates nbytes bytes. Throws boost::interprocess::bad_alloc
- //!on failure
- void * allocate(size_type nbytes)
- {
- void * ret = MemoryAlgorithm::allocate(nbytes);
- if(!ret)
- throw bad_alloc();
- return ret;
- }
- //!Allocates nbytes bytes. This function is only used in
- //!single-segment management. Never throws
- void * allocate_aligned (size_type nbytes, size_type alignment, std::nothrow_t)
- { return MemoryAlgorithm::allocate_aligned(nbytes, alignment); }
- //!Allocates nbytes bytes. This function is only used in
- //!single-segment management. Throws bad_alloc when fails
- void * allocate_aligned(size_type nbytes, size_type alignment)
- {
- void * ret = MemoryAlgorithm::allocate_aligned(nbytes, alignment);
- if(!ret)
- throw bad_alloc();
- return ret;
- }
- template<class T>
- std::pair<T *, bool>
- allocation_command (boost::interprocess::allocation_type command, size_type limit_size,
- size_type preferred_size,size_type &received_size,
- T *reuse_ptr = 0)
- {
- std::pair<T *, bool> ret = MemoryAlgorithm::allocation_command
- ( command | boost::interprocess::nothrow_allocation, limit_size, preferred_size, received_size
- , reuse_ptr);
- if(!(command & boost::interprocess::nothrow_allocation) && !ret.first)
- throw bad_alloc();
- return ret;
- }
- std::pair<void *, bool>
- raw_allocation_command (boost::interprocess::allocation_type command, size_type limit_objects,
- size_type preferred_objects,size_type &received_objects,
- void *reuse_ptr = 0, size_type sizeof_object = 1)
- {
- std::pair<void *, bool> ret = MemoryAlgorithm::raw_allocation_command
- ( command | boost::interprocess::nothrow_allocation, limit_objects, preferred_objects, received_objects
- , reuse_ptr, sizeof_object);
- if(!(command & boost::interprocess::nothrow_allocation) && !ret.first)
- throw bad_alloc();
- return ret;
- }
- //!Deallocates the bytes allocated with allocate/allocate_many()
- //!pointed by addr
- void deallocate (void *addr)
- { MemoryAlgorithm::deallocate(addr); }
- //!Increases managed memory in extra_size bytes more. This only works
- //!with single-segment management.
- void grow(size_type extra_size)
- { MemoryAlgorithm::grow(extra_size); }
- //!Decreases managed memory to the minimum. This only works
- //!with single-segment management.
- void shrink_to_fit()
- { MemoryAlgorithm::shrink_to_fit(); }
- //!Returns the result of "all_memory_deallocated()" function
- //!of the used memory algorithm
- bool all_memory_deallocated()
- { return MemoryAlgorithm::all_memory_deallocated(); }
- //!Returns the result of "check_sanity()" function
- //!of the used memory algorithm
- bool check_sanity()
- { return MemoryAlgorithm::check_sanity(); }
- //!Writes to zero free memory (memory not yet allocated)
- //!of the memory algorithm
- void zero_free_memory()
- { MemoryAlgorithm::zero_free_memory(); }
- //!Returns the size of the buffer previously allocated pointed by ptr
- size_type size(const void *ptr) const
- { return MemoryAlgorithm::size(ptr); }
- /// @cond
- protected:
- void * prot_anonymous_construct
- (size_type num, bool dothrow, ipcdetail::in_place_interface &table)
- {
- typedef ipcdetail::block_header<size_type> block_header_t;
- block_header_t block_info ( size_type(table.size*num)
- , size_type(table.alignment)
- , anonymous_type
- , 1
- , 0);
- //Allocate memory
- void *ptr_struct = this->allocate(block_info.total_size(), std::nothrow_t());
- //Check if there is enough memory
- if(!ptr_struct){
- if(dothrow){
- throw bad_alloc();
- }
- else{
- return 0;
- }
- }
- //Build scoped ptr to avoid leaks with constructor exception
- ipcdetail::mem_algo_deallocator<MemoryAlgorithm> mem(ptr_struct, *this);
- //Now construct the header
- block_header_t * hdr = new(ptr_struct) block_header_t(block_info);
- void *ptr = 0; //avoid gcc warning
- ptr = hdr->value();
- //Now call constructors
- ipcdetail::array_construct(ptr, num, table);
- //All constructors successful, we don't want erase memory
- mem.release();
- return ptr;
- }
- //!Calls the destructor and makes an anonymous deallocate
- void prot_anonymous_destroy(const void *object, ipcdetail::in_place_interface &table)
- {
- //Get control data from associated with this object
- typedef ipcdetail::block_header<size_type> block_header_t;
- block_header_t *ctrl_data = block_header_t::block_header_from_value(object, table.size, table.alignment);
- //-------------------------------
- //scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- if(ctrl_data->alloc_type() != anonymous_type){
- //This is not an anonymous object, the pointer is wrong!
- BOOST_ASSERT(0);
- }
- //Call destructors and free memory
- //Build scoped ptr to avoid leaks with destructor exception
- std::size_t destroyed = 0;
- table.destroy_n(const_cast<void*>(object), ctrl_data->m_value_bytes/table.size, destroyed);
- this->deallocate(ctrl_data);
- }
- /// @endcond
- };
- //!This object is placed in the beginning of memory segment and
- //!implements the allocation (named or anonymous) of portions
- //!of the segment. This object contains two indexes that
- //!maintain an association between a name and a portion of the segment.
- //!
- //!The first index contains the mappings for normal named objects using the
- //!char type specified in the template parameter.
- //!
- //!The second index contains the association for unique instances. The key will
- //!be the const char * returned from type_info.name() function for the unique
- //!type to be constructed.
- //!
- //!segment_manager<CharType, MemoryAlgorithm, IndexType> inherits publicly
- //!from segment_manager_base<MemoryAlgorithm> and inherits from it
- //!many public functions related to anonymous object and raw memory allocation.
- //!See segment_manager_base reference to know about those functions.
- template<class CharType
- ,class MemoryAlgorithm
- ,template<class IndexConfig> class IndexType>
- class segment_manager
- : public segment_manager_base<MemoryAlgorithm>
- {
- /// @cond
- //Non-copyable
- segment_manager();
- segment_manager(const segment_manager &);
- segment_manager &operator=(const segment_manager &);
- typedef segment_manager_base<MemoryAlgorithm> Base;
- /// @endcond
- public:
- typedef MemoryAlgorithm memory_algorithm;
- typedef typename Base::void_pointer void_pointer;
- typedef typename Base::size_type size_type;
- typedef typename Base::difference_type difference_type;
- typedef CharType char_type;
- typedef segment_manager_base<MemoryAlgorithm> segment_manager_base_type;
- static const size_type PayloadPerAllocation = Base::PayloadPerAllocation;
- /// @cond
- private:
- typedef ipcdetail::block_header<size_type> block_header_t;
- typedef ipcdetail::index_config<CharType, MemoryAlgorithm> index_config_named;
- typedef ipcdetail::index_config<char, MemoryAlgorithm> index_config_unique;
- typedef IndexType<index_config_named> index_type;
- typedef ipcdetail::bool_<is_intrusive_index<index_type>::value > is_intrusive_t;
- typedef ipcdetail::bool_<is_node_index<index_type>::value> is_node_index_t;
- public:
- typedef IndexType<index_config_named> named_index_t;
- typedef IndexType<index_config_unique> unique_index_t;
- typedef ipcdetail::char_ptr_holder<CharType> char_ptr_holder_t;
- typedef ipcdetail::segment_manager_iterator_transform
- <typename named_index_t::const_iterator
- ,is_intrusive_index<index_type>::value> named_transform;
- typedef ipcdetail::segment_manager_iterator_transform
- <typename unique_index_t::const_iterator
- ,is_intrusive_index<index_type>::value> unique_transform;
- /// @endcond
- typedef typename Base::mutex_family mutex_family;
- typedef transform_iterator
- <typename named_index_t::const_iterator, named_transform> const_named_iterator;
- typedef transform_iterator
- <typename unique_index_t::const_iterator, unique_transform> const_unique_iterator;
- /// @cond
- //!Constructor proxy object definition helper class
- template<class T>
- struct construct_proxy
- {
- typedef ipcdetail::named_proxy<segment_manager, T, false> type;
- };
- //!Constructor proxy object definition helper class
- template<class T>
- struct construct_iter_proxy
- {
- typedef ipcdetail::named_proxy<segment_manager, T, true> type;
- };
- /// @endcond
- //!Constructor of the segment manager
- //!"size" is the size of the memory segment where
- //!the segment manager is being constructed.
- //!Can throw
- explicit segment_manager(size_type size)
- : Base(size, priv_get_reserved_bytes())
- , m_header(static_cast<Base*>(get_this_pointer()))
- {
- (void) anonymous_instance; (void) unique_instance;
- BOOST_ASSERT(static_cast<const void*>(this) == static_cast<const void*>(static_cast<Base*>(this)));
- }
- //!Tries to find a previous named allocation. Returns the address
- //!and the object count. On failure the first member of the
- //!returned pair is 0.
- template <class T>
- std::pair<T*, size_type> find (const CharType* name)
- { return this->priv_find_impl<T>(name, true); }
- //!Tries to find a previous unique allocation. Returns the address
- //!and the object count. On failure the first member of the
- //!returned pair is 0.
- template <class T>
- std::pair<T*, size_type> find (const ipcdetail::unique_instance_t* name)
- { return this->priv_find_impl<T>(name, true); }
- //!Tries to find a previous named allocation. Returns the address
- //!and the object count. On failure the first member of the
- //!returned pair is 0. This search is not mutex-protected!
- template <class T>
- std::pair<T*, size_type> find_no_lock (const CharType* name)
- { return this->priv_find_impl<T>(name, false); }
- //!Tries to find a previous unique allocation. Returns the address
- //!and the object count. On failure the first member of the
- //!returned pair is 0. This search is not mutex-protected!
- template <class T>
- std::pair<T*, size_type> find_no_lock (const ipcdetail::unique_instance_t* name)
- { return this->priv_find_impl<T>(name, false); }
- //!Returns throwing "construct" proxy
- //!object
- template <class T>
- typename construct_proxy<T>::type
- construct(char_ptr_holder_t name)
- { return typename construct_proxy<T>::type (this, name, false, true); }
- //!Returns throwing "search or construct" proxy
- //!object
- template <class T>
- typename construct_proxy<T>::type find_or_construct(char_ptr_holder_t name)
- { return typename construct_proxy<T>::type (this, name, true, true); }
- //!Returns no throwing "construct" proxy
- //!object
- template <class T>
- typename construct_proxy<T>::type
- construct(char_ptr_holder_t name, std::nothrow_t)
- { return typename construct_proxy<T>::type (this, name, false, false); }
- //!Returns no throwing "search or construct"
- //!proxy object
- template <class T>
- typename construct_proxy<T>::type
- find_or_construct(char_ptr_holder_t name, std::nothrow_t)
- { return typename construct_proxy<T>::type (this, name, true, false); }
- //!Returns throwing "construct from iterators" proxy object
- template <class T>
- typename construct_iter_proxy<T>::type
- construct_it(char_ptr_holder_t name)
- { return typename construct_iter_proxy<T>::type (this, name, false, true); }
- //!Returns throwing "search or construct from iterators"
- //!proxy object
- template <class T>
- typename construct_iter_proxy<T>::type
- find_or_construct_it(char_ptr_holder_t name)
- { return typename construct_iter_proxy<T>::type (this, name, true, true); }
- //!Returns no throwing "construct from iterators"
- //!proxy object
- template <class T>
- typename construct_iter_proxy<T>::type
- construct_it(char_ptr_holder_t name, std::nothrow_t)
- { return typename construct_iter_proxy<T>::type (this, name, false, false); }
- //!Returns no throwing "search or construct from iterators"
- //!proxy object
- template <class T>
- typename construct_iter_proxy<T>::type
- find_or_construct_it(char_ptr_holder_t name, std::nothrow_t)
- { return typename construct_iter_proxy<T>::type (this, name, true, false); }
- //!Calls object function blocking recursive interprocess_mutex and guarantees that
- //!no new named_alloc or destroy will be executed by any process while
- //!executing the object function call*/
- template <class Func>
- void atomic_func(Func &f)
- { scoped_lock<rmutex> guard(m_header); f(); }
- //!Tries to calls a functor guaranteeing that no new construction, search or
- //!destruction will be executed by any process while executing the object
- //!function call. If the atomic function can't be immediatelly executed
- //!because the internal mutex is already locked, returns false.
- //!If the functor throws, this function throws.
- template <class Func>
- bool try_atomic_func(Func &f)
- {
- scoped_lock<rmutex> guard(m_header, try_to_lock);
- if(guard){
- f();
- return true;
- }
- else{
- return false;
- }
- }
- //!Destroys a previously created unique instance.
- //!Returns false if the object was not present.
- template <class T>
- bool destroy(const ipcdetail::unique_instance_t *)
- {
- ipcdetail::placement_destroy<T> dtor;
- return this->priv_generic_named_destroy<char>
- (typeid(T).name(), m_header.m_unique_index, dtor, is_intrusive_t());
- }
- //!Destroys the named object with
- //!the given name. Returns false if that object can't be found.
- template <class T>
- bool destroy(const CharType *name)
- {
- ipcdetail::placement_destroy<T> dtor;
- return this->priv_generic_named_destroy<CharType>
- (name, m_header.m_named_index, dtor, is_intrusive_t());
- }
- //!Destroys an anonymous, unique or named object
- //!using it's address
- template <class T>
- void destroy_ptr(const T *p)
- {
- //If T is void transform it to char
- typedef typename ipcdetail::char_if_void<T>::type data_t;
- ipcdetail::placement_destroy<data_t> dtor;
- priv_destroy_ptr(p, dtor);
- }
- //!Returns the name of an object created with construct/find_or_construct
- //!functions. Does not throw
- template<class T>
- static const CharType *get_instance_name(const T *ptr)
- { return priv_get_instance_name(block_header_t::block_header_from_value(ptr)); }
- //!Returns the length of an object created with construct/find_or_construct
- //!functions. Does not throw.
- template<class T>
- static size_type get_instance_length(const T *ptr)
- { return priv_get_instance_length(block_header_t::block_header_from_value(ptr), sizeof(T)); }
- //!Returns is the the name of an object created with construct/find_or_construct
- //!functions. Does not throw
- template<class T>
- static instance_type get_instance_type(const T *ptr)
- { return priv_get_instance_type(block_header_t::block_header_from_value(ptr)); }
- //!Preallocates needed index resources to optimize the
- //!creation of "num" named objects in the managed memory segment.
- //!Can throw boost::interprocess::bad_alloc if there is no enough memory.
- void reserve_named_objects(size_type num)
- {
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- m_header.m_named_index.reserve(num);
- }
- //!Preallocates needed index resources to optimize the
- //!creation of "num" unique objects in the managed memory segment.
- //!Can throw boost::interprocess::bad_alloc if there is no enough memory.
- void reserve_unique_objects(size_type num)
- {
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- m_header.m_unique_index.reserve(num);
- }
- //!Calls shrink_to_fit in both named and unique object indexes
- //!to try to free unused memory from those indexes.
- void shrink_to_fit_indexes()
- {
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- m_header.m_named_index.shrink_to_fit();
- m_header.m_unique_index.shrink_to_fit();
- }
- //!Returns the number of named objects stored in
- //!the segment.
- size_type get_num_named_objects()
- {
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- return m_header.m_named_index.size();
- }
- //!Returns the number of unique objects stored in
- //!the segment.
- size_type get_num_unique_objects()
- {
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- return m_header.m_unique_index.size();
- }
- //!Obtains the minimum size needed by the
- //!segment manager
- static size_type get_min_size()
- { return Base::get_min_size(priv_get_reserved_bytes()); }
- //!Returns a constant iterator to the beginning of the information about
- //!the named allocations performed in this segment manager
- const_named_iterator named_begin() const
- {
- return make_transform_iterator
- (m_header.m_named_index.begin(), named_transform());
- }
- //!Returns a constant iterator to the end of the information about
- //!the named allocations performed in this segment manager
- const_named_iterator named_end() const
- {
- return make_transform_iterator
- (m_header.m_named_index.end(), named_transform());
- }
- //!Returns a constant iterator to the beginning of the information about
- //!the unique allocations performed in this segment manager
- const_unique_iterator unique_begin() const
- {
- return make_transform_iterator
- (m_header.m_unique_index.begin(), unique_transform());
- }
- //!Returns a constant iterator to the end of the information about
- //!the unique allocations performed in this segment manager
- const_unique_iterator unique_end() const
- {
- return make_transform_iterator
- (m_header.m_unique_index.end(), unique_transform());
- }
- //!This is the default allocator to allocate types T
- //!from this managed segment
- template<class T>
- struct allocator
- {
- typedef boost::interprocess::allocator<T, segment_manager> type;
- };
- //!Returns an instance of the default allocator for type T
- //!initialized that allocates memory from this segment manager.
- template<class T>
- typename allocator<T>::type
- get_allocator()
- { return typename allocator<T>::type(this); }
- //!This is the default deleter to delete types T
- //!from this managed segment.
- template<class T>
- struct deleter
- {
- typedef boost::interprocess::deleter<T, segment_manager> type;
- };
- //!Returns an instance of the default allocator for type T
- //!initialized that allocates memory from this segment manager.
- template<class T>
- typename deleter<T>::type
- get_deleter()
- { return typename deleter<T>::type(this); }
- /// @cond
- //!Generic named/anonymous new function. Offers all the possibilities,
- //!such as throwing, search before creating, and the constructor is
- //!encapsulated in an object function.
- template<class T>
- T *generic_construct(const CharType *name,
- size_type num,
- bool try2find,
- bool dothrow,
- ipcdetail::in_place_interface &table)
- {
- return static_cast<T*>
- (priv_generic_construct(name, num, try2find, dothrow, table));
- }
- private:
- //!Tries to find a previous named allocation. Returns the address
- //!and the object count. On failure the first member of the
- //!returned pair is 0.
- template <class T>
- std::pair<T*, size_type> priv_find_impl (const CharType* name, bool lock)
- {
- //The name can't be null, no anonymous object can be found by name
- BOOST_ASSERT(name != 0);
- ipcdetail::placement_destroy<T> table;
- size_type size;
- void *ret;
- if(name == reinterpret_cast<const CharType*>(-1)){
- ret = priv_generic_find<char> (typeid(T).name(), m_header.m_unique_index, table, size, is_intrusive_t(), lock);
- }
- else{
- ret = priv_generic_find<CharType> (name, m_header.m_named_index, table, size, is_intrusive_t(), lock);
- }
- return std::pair<T*, size_type>(static_cast<T*>(ret), size);
- }
- //!Tries to find a previous unique allocation. Returns the address
- //!and the object count. On failure the first member of the
- //!returned pair is 0.
- template <class T>
- std::pair<T*, size_type> priv_find__impl (const ipcdetail::unique_instance_t* name, bool lock)
- {
- ipcdetail::placement_destroy<T> table;
- size_type size;
- void *ret = priv_generic_find<char>(name, m_header.m_unique_index, table, size, is_intrusive_t(), lock);
- return std::pair<T*, size_type>(static_cast<T*>(ret), size);
- }
- void *priv_generic_construct(const CharType *name,
- size_type num,
- bool try2find,
- bool dothrow,
- ipcdetail::in_place_interface &table)
- {
- void *ret;
- //Security overflow check
- if(num > ((std::size_t)-1)/table.size){
- if(dothrow)
- throw bad_alloc();
- else
- return 0;
- }
- if(name == 0){
- ret = this->prot_anonymous_construct(num, dothrow, table);
- }
- else if(name == reinterpret_cast<const CharType*>(-1)){
- ret = this->priv_generic_named_construct<char>
- (unique_type, table.type_name, num, try2find, dothrow, table, m_header.m_unique_index, is_intrusive_t());
- }
- else{
- ret = this->priv_generic_named_construct<CharType>
- (named_type, name, num, try2find, dothrow, table, m_header.m_named_index, is_intrusive_t());
- }
- return ret;
- }
- void priv_destroy_ptr(const void *ptr, ipcdetail::in_place_interface &dtor)
- {
- block_header_t *ctrl_data = block_header_t::block_header_from_value(ptr, dtor.size, dtor.alignment);
- switch(ctrl_data->alloc_type()){
- case anonymous_type:
- this->prot_anonymous_destroy(ptr, dtor);
- break;
- case named_type:
- this->priv_generic_named_destroy<CharType>
- (ctrl_data, m_header.m_named_index, dtor, is_node_index_t());
- break;
- case unique_type:
- this->priv_generic_named_destroy<char>
- (ctrl_data, m_header.m_unique_index, dtor, is_node_index_t());
- break;
- default:
- //This type is unknown, bad pointer passed to this function!
- BOOST_ASSERT(0);
- break;
- }
- }
- //!Returns the name of an object created with construct/find_or_construct
- //!functions. Does not throw
- static const CharType *priv_get_instance_name(block_header_t *ctrl_data)
- {
- boost::interprocess::allocation_type type = ctrl_data->alloc_type();
- if(type != named_type){
- BOOST_ASSERT((type == anonymous_type && ctrl_data->m_num_char == 0) ||
- (type == unique_type && ctrl_data->m_num_char != 0) );
- return 0;
- }
- CharType *name = static_cast<CharType*>(ctrl_data->template name<CharType>());
- //Sanity checks
- BOOST_ASSERT(ctrl_data->sizeof_char() == sizeof(CharType));
- BOOST_ASSERT(ctrl_data->m_num_char == std::char_traits<CharType>::length(name));
- return name;
- }
- static size_type priv_get_instance_length(block_header_t *ctrl_data, size_type sizeofvalue)
- {
- //Get header
- BOOST_ASSERT((ctrl_data->value_bytes() %sizeofvalue) == 0);
- return ctrl_data->value_bytes()/sizeofvalue;
- }
- //!Returns is the the name of an object created with construct/find_or_construct
- //!functions. Does not throw
- static instance_type priv_get_instance_type(block_header_t *ctrl_data)
- {
- //Get header
- BOOST_ASSERT((instance_type)ctrl_data->alloc_type() < max_allocation_type);
- return (instance_type)ctrl_data->alloc_type();
- }
- static size_type priv_get_reserved_bytes()
- {
- //Get the number of bytes until the end of (*this)
- //beginning in the end of the Base base.
- return sizeof(segment_manager) - sizeof(Base);
- }
- template <class CharT>
- void *priv_generic_find
- (const CharT* name,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table,
- size_type &length,
- ipcdetail::true_ is_intrusive,
- bool use_lock)
- {
- (void)is_intrusive;
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef ipcdetail::index_key<CharT, void_pointer> index_key_t;
- typedef typename index_type::iterator index_it;
- //-------------------------------
- scoped_lock<rmutex> guard(priv_get_lock(use_lock));
- //-------------------------------
- //Find name in index
- ipcdetail::intrusive_compare_key<CharT> key
- (name, std::char_traits<CharT>::length(name));
- index_it it = index.find(key);
- //Initialize return values
- void *ret_ptr = 0;
- length = 0;
- //If found, assign values
- if(it != index.end()){
- //Get header
- block_header_t *ctrl_data = it->get_block_header();
- //Sanity check
- BOOST_ASSERT((ctrl_data->m_value_bytes % table.size) == 0);
- BOOST_ASSERT(ctrl_data->sizeof_char() == sizeof(CharT));
- ret_ptr = ctrl_data->value();
- length = ctrl_data->m_value_bytes/table.size;
- }
- return ret_ptr;
- }
- template <class CharT>
- void *priv_generic_find
- (const CharT* name,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table,
- size_type &length,
- ipcdetail::false_ is_intrusive,
- bool use_lock)
- {
- (void)is_intrusive;
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef typename index_type::key_type key_type;
- typedef typename index_type::iterator index_it;
- //-------------------------------
- scoped_lock<rmutex> guard(priv_get_lock(use_lock));
- //-------------------------------
- //Find name in index
- index_it it = index.find(key_type(name, std::char_traits<CharT>::length(name)));
- //Initialize return values
- void *ret_ptr = 0;
- length = 0;
- //If found, assign values
- if(it != index.end()){
- //Get header
- block_header_t *ctrl_data = reinterpret_cast<block_header_t*>
- (ipcdetail::to_raw_pointer(it->second.m_ptr));
- //Sanity check
- BOOST_ASSERT((ctrl_data->m_value_bytes % table.size) == 0);
- BOOST_ASSERT(ctrl_data->sizeof_char() == sizeof(CharT));
- ret_ptr = ctrl_data->value();
- length = ctrl_data->m_value_bytes/table.size;
- }
- return ret_ptr;
- }
- template <class CharT>
- bool priv_generic_named_destroy
- (block_header_t *block_header,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table,
- ipcdetail::true_ is_node_index)
- {
- (void)is_node_index;
- typedef typename IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> >::iterator index_it;
- index_it *ihdr = block_header_t::template to_first_header<index_it>(block_header);
- return this->priv_generic_named_destroy_impl<CharT>(*ihdr, index, table);
- }
- template <class CharT>
- bool priv_generic_named_destroy
- (block_header_t *block_header,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table,
- ipcdetail::false_ is_node_index)
- {
- (void)is_node_index;
- CharT *name = static_cast<CharT*>(block_header->template name<CharT>());
- return this->priv_generic_named_destroy<CharT>(name, index, table, is_intrusive_t());
- }
- template <class CharT>
- bool priv_generic_named_destroy(const CharT *name,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table,
- ipcdetail::true_ is_intrusive_index)
- {
- (void)is_intrusive_index;
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef ipcdetail::index_key<CharT, void_pointer> index_key_t;
- typedef typename index_type::iterator index_it;
- typedef typename index_type::value_type intrusive_value_type;
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- //Find name in index
- ipcdetail::intrusive_compare_key<CharT> key
- (name, std::char_traits<CharT>::length(name));
- index_it it = index.find(key);
- //If not found, return false
- if(it == index.end()){
- //This name is not present in the index, wrong pointer or name!
- //BOOST_ASSERT(0);
- return false;
- }
- block_header_t *ctrl_data = it->get_block_header();
- intrusive_value_type *iv = intrusive_value_type::get_intrusive_value_type(ctrl_data);
- void *memory = iv;
- void *values = ctrl_data->value();
- std::size_t num = ctrl_data->m_value_bytes/table.size;
- //Sanity check
- BOOST_ASSERT((ctrl_data->m_value_bytes % table.size) == 0);
- BOOST_ASSERT(sizeof(CharT) == ctrl_data->sizeof_char());
- //Erase node from index
- index.erase(it);
- //Destroy the headers
- ctrl_data->~block_header_t();
- iv->~intrusive_value_type();
- //Call destructors and free memory
- std::size_t destroyed;
- table.destroy_n(values, num, destroyed);
- this->deallocate(memory);
- return true;
- }
- template <class CharT>
- bool priv_generic_named_destroy(const CharT *name,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table,
- ipcdetail::false_ is_intrusive_index)
- {
- (void)is_intrusive_index;
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef typename index_type::iterator index_it;
- typedef typename index_type::key_type key_type;
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- //Try to find the name in the index
- index_it it = index.find(key_type (name,
- std::char_traits<CharT>::length(name)));
- //If not found, return false
- if(it == index.end()){
- //This name is not present in the index, wrong pointer or name!
- //BOOST_ASSERT(0);
- return false;
- }
- return this->priv_generic_named_destroy_impl<CharT>(it, index, table);
- }
- template <class CharT>
- bool priv_generic_named_destroy_impl
- (const typename IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> >::iterator &it,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::in_place_interface &table)
- {
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef typename index_type::iterator index_it;
- //Get allocation parameters
- block_header_t *ctrl_data = reinterpret_cast<block_header_t*>
- (ipcdetail::to_raw_pointer(it->second.m_ptr));
- char *stored_name = static_cast<char*>(static_cast<void*>(const_cast<CharT*>(it->first.name())));
- (void)stored_name;
- //Check if the distance between the name pointer and the memory pointer
- //is correct (this can detect incorrect type in destruction)
- std::size_t num = ctrl_data->m_value_bytes/table.size;
- void *values = ctrl_data->value();
- //Sanity check
- BOOST_ASSERT((ctrl_data->m_value_bytes % table.size) == 0);
- BOOST_ASSERT(static_cast<void*>(stored_name) == static_cast<void*>(ctrl_data->template name<CharT>()));
- BOOST_ASSERT(sizeof(CharT) == ctrl_data->sizeof_char());
- //Erase node from index
- index.erase(it);
- //Destroy the header
- ctrl_data->~block_header_t();
- void *memory;
- if(is_node_index_t::value){
- index_it *ihdr = block_header_t::template
- to_first_header<index_it>(ctrl_data);
- ihdr->~index_it();
- memory = ihdr;
- }
- else{
- memory = ctrl_data;
- }
- //Call destructors and free memory
- std::size_t destroyed;
- table.destroy_n(values, num, destroyed);
- this->deallocate(memory);
- return true;
- }
- template<class CharT>
- void * priv_generic_named_construct(unsigned char type,
- const CharT *name,
- size_type num,
- bool try2find,
- bool dothrow,
- ipcdetail::in_place_interface &table,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::true_ is_intrusive)
- {
- (void)is_intrusive;
- std::size_t namelen = std::char_traits<CharT>::length(name);
- block_header_t block_info ( size_type(table.size*num)
- , size_type(table.alignment)
- , type
- , sizeof(CharT)
- , namelen);
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef typename index_type::iterator index_it;
- typedef std::pair<index_it, bool> index_ib;
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- //Insert the node. This can throw.
- //First, we want to know if the key is already present before
- //we allocate any memory, and if the key is not present, we
- //want to allocate all memory in a single buffer that will
- //contain the name and the user buffer.
- //
- //Since equal_range(key) + insert(hint, value) approach is
- //quite inefficient in container implementations
- //(they re-test if the position is correct), I've chosen
- //to insert the node, do an ugly un-const cast and modify
- //the key (which is a smart pointer) to an equivalent one
- index_ib insert_ret;
- typename index_type::insert_commit_data commit_data;
- typedef typename index_type::value_type intrusive_value_type;
- BOOST_TRY{
- ipcdetail::intrusive_compare_key<CharT> key(name, namelen);
- insert_ret = index.insert_check(key, commit_data);
- }
- //Ignore exceptions
- BOOST_CATCH(...){
- if(dothrow)
- BOOST_RETHROW
- return 0;
- }
- BOOST_CATCH_END
- index_it it = insert_ret.first;
- //If found and this is find or construct, return data
- //else return null
- if(!insert_ret.second){
- if(try2find){
- return it->get_block_header()->value();
- }
- if(dothrow){
- throw interprocess_exception(already_exists_error);
- }
- else{
- return 0;
- }
- }
- //Allocates buffer for name + data, this can throw (it hurts)
- void *buffer_ptr;
- //Check if there is enough memory
- if(dothrow){
- buffer_ptr = this->allocate
- (block_info.template total_size_with_header<intrusive_value_type>());
- }
- else{
- buffer_ptr = this->allocate
- (block_info.template total_size_with_header<intrusive_value_type>(), std::nothrow_t());
- if(!buffer_ptr)
- return 0;
- }
- //Now construct the intrusive hook plus the header
- intrusive_value_type * intrusive_hdr = new(buffer_ptr) intrusive_value_type();
- block_header_t * hdr = new(intrusive_hdr->get_block_header())block_header_t(block_info);
- void *ptr = 0; //avoid gcc warning
- ptr = hdr->value();
- //Copy name to memory segment and insert data
- CharT *name_ptr = static_cast<CharT *>(hdr->template name<CharT>());
- std::char_traits<CharT>::copy(name_ptr, name, namelen+1);
- BOOST_TRY{
- //Now commit the insertion using previous context data
- it = index.insert_commit(*intrusive_hdr, commit_data);
- }
- //Ignore exceptions
- BOOST_CATCH(...){
- if(dothrow)
- BOOST_RETHROW
- return 0;
- }
- BOOST_CATCH_END
- //Avoid constructions if constructor is trivial
- //Build scoped ptr to avoid leaks with constructor exception
- ipcdetail::mem_algo_deallocator<segment_manager_base_type> mem
- (buffer_ptr, *static_cast<segment_manager_base_type*>(this));
- //Initialize the node value_eraser to erase inserted node
- //if something goes wrong. This will be executed *before*
- //the memory allocation as the intrusive value is built in that
- //memory
- value_eraser<index_type> v_eraser(index, it);
- //Construct array, this can throw
- ipcdetail::array_construct(ptr, num, table);
- //Release rollbacks since construction was successful
- v_eraser.release();
- mem.release();
- return ptr;
- }
- //!Generic named new function for
- //!named functions
- template<class CharT>
- void * priv_generic_named_construct(unsigned char type,
- const CharT *name,
- size_type num,
- bool try2find,
- bool dothrow,
- ipcdetail::in_place_interface &table,
- IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > &index,
- ipcdetail::false_ is_intrusive)
- {
- (void)is_intrusive;
- std::size_t namelen = std::char_traits<CharT>::length(name);
- block_header_t block_info ( size_type(table.size*num)
- , size_type(table.alignment)
- , type
- , sizeof(CharT)
- , namelen);
- typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type;
- typedef typename index_type::key_type key_type;
- typedef typename index_type::mapped_type mapped_type;
- typedef typename index_type::value_type value_type;
- typedef typename index_type::iterator index_it;
- typedef std::pair<index_it, bool> index_ib;
- //-------------------------------
- scoped_lock<rmutex> guard(m_header);
- //-------------------------------
- //Insert the node. This can throw.
- //First, we want to know if the key is already present before
- //we allocate any memory, and if the key is not present, we
- //want to allocate all memory in a single buffer that will
- //contain the name and the user buffer.
- //
- //Since equal_range(key) + insert(hint, value) approach is
- //quite inefficient in container implementations
- //(they re-test if the position is correct), I've chosen
- //to insert the node, do an ugly un-const cast and modify
- //the key (which is a smart pointer) to an equivalent one
- index_ib insert_ret;
- BOOST_TRY{
- insert_ret = index.insert(value_type(key_type (name, namelen), mapped_type(0)));
- }
- //Ignore exceptions
- BOOST_CATCH(...){
- if(dothrow)
- BOOST_RETHROW;
- return 0;
- }
- BOOST_CATCH_END
- index_it it = insert_ret.first;
- //If found and this is find or construct, return data
- //else return null
- if(!insert_ret.second){
- if(try2find){
- block_header_t *hdr = static_cast<block_header_t*>
- (ipcdetail::to_raw_pointer(it->second.m_ptr));
- return hdr->value();
- }
- return 0;
- }
- //Initialize the node value_eraser to erase inserted node
- //if something goes wrong
- value_eraser<index_type> v_eraser(index, it);
- //Allocates buffer for name + data, this can throw (it hurts)
- void *buffer_ptr;
- block_header_t * hdr;
- //Allocate and construct the headers
- if(is_node_index_t::value){
- size_type total_size = block_info.template total_size_with_header<index_it>();
- if(dothrow){
- buffer_ptr = this->allocate(total_size);
- }
- else{
- buffer_ptr = this->allocate(total_size, std::nothrow_t());
- if(!buffer_ptr)
- return 0;
- }
- index_it *idr = new(buffer_ptr) index_it(it);
- hdr = block_header_t::template from_first_header<index_it>(idr);
- }
- else{
- if(dothrow){
- buffer_ptr = this->allocate(block_info.total_size());
- }
- else{
- buffer_ptr = this->allocate(block_info.total_size(), std::nothrow_t());
- if(!buffer_ptr)
- return 0;
- }
- hdr = static_cast<block_header_t*>(buffer_ptr);
- }
- hdr = new(hdr)block_header_t(block_info);
- void *ptr = 0; //avoid gcc warning
- ptr = hdr->value();
- //Copy name to memory segment and insert data
- CharT *name_ptr = static_cast<CharT *>(hdr->template name<CharT>());
- std::char_traits<CharT>::copy(name_ptr, name, namelen+1);
- //Do the ugly cast, please mama, forgive me!
- //This new key points to an identical string, so it must have the
- //same position than the overwritten key according to the predicate
- const_cast<key_type &>(it->first).name(name_ptr);
- it->second.m_ptr = hdr;
- //Build scoped ptr to avoid leaks with constructor exception
- ipcdetail::mem_algo_deallocator<segment_manager_base_type> mem
- (buffer_ptr, *static_cast<segment_manager_base_type*>(this));
- //Construct array, this can throw
- ipcdetail::array_construct(ptr, num, table);
- //All constructors successful, we don't want to release memory
- mem.release();
- //Release node v_eraser since construction was successful
- v_eraser.release();
- return ptr;
- }
- private:
- //!Returns the this pointer
- segment_manager *get_this_pointer()
- { return this; }
- typedef typename MemoryAlgorithm::mutex_family::recursive_mutex_type rmutex;
- scoped_lock<rmutex> priv_get_lock(bool use_lock)
- {
- scoped_lock<rmutex> local(m_header, defer_lock);
- if(use_lock){
- local.lock();
- }
- return scoped_lock<rmutex>(boost::move(local));
- }
- //!This struct includes needed data and derives from
- //!rmutex to allow EBO when using null interprocess_mutex
- struct header_t
- : public rmutex
- {
- named_index_t m_named_index;
- unique_index_t m_unique_index;
- header_t(Base *restricted_segment_mngr)
- : m_named_index (restricted_segment_mngr)
- , m_unique_index(restricted_segment_mngr)
- {}
- } m_header;
- /// @endcond
- };
- }} //namespace boost { namespace interprocess
- #include <boost/interprocess/detail/config_end.hpp>
- #endif //#ifndef BOOST_INTERPROCESS_SEGMENT_MANAGER_HPP
|