Searched refs:expand_bwd (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/interprocess/containers/ |
D | allocation_type.hpp | 33 static const allocation_type expand_bwd = boost::container::expand_bwd; variable
|
/third_party/boost/boost/container/detail/ |
D | allocation_type.hpp | 47 static const allocation_type expand_bwd = (allocation_type)expand_bwd_v; variable
|
/third_party/boost/libs/interprocess/test/ |
D | expand_bwd_test_allocator.hpp | 128 assert(m_allocations == 0 || (command & boost::interprocess::expand_bwd)); in allocation_command()
|
D | memory_algorithm_test_template.hpp | 379 ( boost::interprocess::expand_bwd | boost::interprocess::nothrow_allocation, min_size in test_allocation_with_reuse()
|
/third_party/boost/libs/container/test/ |
D | expand_bwd_test_allocator.hpp | 133 assert(m_allocations == 0 || (command & boost::container::expand_bwd)); in allocation_command()
|
/third_party/boost/libs/container/bench/ |
D | bench_alloc_expand_fwd.cpp | 198 …vector_test_template<bc::vector<MyInt, bc::allocator<MyInt, 2, bc::expand_bwd | bc::expand_fwd> > … in main()
|
D | bench_alloc_expand_bwd.cpp | 32 typedef bc::allocator<int, 2, bc::expand_bwd | bc::expand_fwd> AllocatorPlusV2Mask;
|
/third_party/boost/boost/interprocess/mem_algo/detail/ |
D | simple_seq_fit_impl.hpp | 627 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/ |
D | rbtree_best_fit.hpp | 809 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/ |
D | string.hpp | 321 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()
|
D | vector.hpp | 2535 …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/ |
D | interprocess.qbk | 4014 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/ |
D | doc_HTML.manifest | 1349 boost/interprocess/expand_bwd.html
|