Home
last modified time | relevance | path

Searched refs:expand_bwd (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/interprocess/containers/
Dallocation_type.hpp33 static const allocation_type expand_bwd = boost::container::expand_bwd; variable
/third_party/boost/boost/container/detail/
Dallocation_type.hpp47 static const allocation_type expand_bwd = (allocation_type)expand_bwd_v; variable
/third_party/boost/libs/interprocess/test/
Dexpand_bwd_test_allocator.hpp128 assert(m_allocations == 0 || (command & boost::interprocess::expand_bwd)); in allocation_command()
Dmemory_algorithm_test_template.hpp379 ( boost::interprocess::expand_bwd | boost::interprocess::nothrow_allocation, min_size in test_allocation_with_reuse()
/third_party/boost/libs/container/test/
Dexpand_bwd_test_allocator.hpp133 assert(m_allocations == 0 || (command & boost::container::expand_bwd)); in allocation_command()
/third_party/boost/libs/container/bench/
Dbench_alloc_expand_fwd.cpp198 …vector_test_template<bc::vector<MyInt, bc::allocator<MyInt, 2, bc::expand_bwd | bc::expand_fwd> > … in main()
Dbench_alloc_expand_bwd.cpp32 typedef bc::allocator<int, 2, bc::expand_bwd | bc::expand_fwd> AllocatorPlusV2Mask;
/third_party/boost/boost/interprocess/mem_algo/detail/
Dsimple_seq_fit_impl.hpp627 command &= ~boost::interprocess::expand_bwd; in priv_allocation_command()
685 if(command & boost::interprocess::expand_bwd){ in priv_expand_both_sides()
790 if(reuse_ptr && (command & (boost::interprocess::expand_fwd | boost::interprocess::expand_bwd))){ in priv_allocate()
833 if(reuse_ptr && (command & (boost::interprocess::expand_fwd | boost::interprocess::expand_bwd))){ in priv_allocate()
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp809 if(command & boost::interprocess::expand_bwd){ in priv_expand_both_sides()
964 if(reuse_ptr && (command & (boost::interprocess::expand_fwd | boost::interprocess::expand_bwd))){ in priv_allocate()
989 if(reuse_ptr && (command & (boost::interprocess::expand_fwd | boost::interprocess::expand_bwd))){ in priv_allocate()
/third_party/boost/boost/container/
Dstring.hpp321 if(this->is_short() && (command & (expand_fwd | expand_bwd)) ){ in allocation_command()
323 command &= ~(expand_fwd | expand_bwd); in allocation_command()
1757 (allocate_new | expand_fwd | expand_bwd, old_size + n + 1, new_cap, hint); in insert()
Dvector.hpp2535 …pointer const ret(this->m_holder.allocation_command(allocate_new | expand_fwd | expand_bwd, new_ca… in priv_reserve_no_capacity()
2749 (allocate_new | expand_fwd | expand_bwd, this->m_holder.m_size + n, real_cap, reuse)); in priv_forward_range_insert_no_capacity()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk4014 boost::interprocess::expand_bwd = ...,
4031 contain any of these values: `boost::interprocess::expand_fwd`, `boost::interprocess::expand_bwd`.
4033 …mand contains `boost::interprocess::expand_fwd` or `boost::interprocess::expand_bwd`, the parameter
4039 …ntains any of these values: `boost::interprocess::expand_fwd` or `boost::interprocess::expand_bwd`,
4058 * If the parameter `command` only contains the value `boost::interprocess::expand_bwd` (with optio…
4075 * If the parameter `command` only contains a combination of `boost::interprocess::expand_bwd` and
4082 …`boost::interprocess::expand_bwd` (with optional additional `boost::interprocess::nothrow_allocati…
4089 …`boost::interprocess::expand_fwd` and `boost::interprocess::expand_bwd`, (with optional additional…
/third_party/boost/doc/html/
Ddoc_HTML.manifest1349 boost/interprocess/expand_bwd.html