Searched refs:BOOST_CONTAINER_EXPAND_BWD (Results 1 – 5 of 5) sorted by relevance
219 BOOST_CONTAINER_EXPAND_BWD = 0X04, enumerator224 BOOST_CONTAINER_EXPAND_BOTH = BOOST_CONTAINER_EXPAND_FWD | BOOST_CONTAINER_EXPAND_BWD,
43 …allocation_type malloc_types[] = { BOOST_CONTAINER_EXPAND_BWD, BOOST_CONTAINER_EXPAND_FWD, BOOST_C… in allocation_timing_test()
117 BOOST_CONTAINER_ALLOCATE_NEW | BOOST_CONTAINER_EXPAND_BWD | BOOST_CONTAINER_EXPAND_FWD ;
554 if(!(command & BOOST_CONTAINER_EXPAND_BWD) || pinuse(oldp)){ in internal_grow_both_sides()1391 if(reuse_ptr && (command & (BOOST_CONTAINER_EXPAND_FWD | BOOST_CONTAINER_EXPAND_BWD))){ in boost_cont_allocation_command()1417 if(reuse_ptr && (command & (BOOST_CONTAINER_EXPAND_FWD | BOOST_CONTAINER_EXPAND_BWD))){ in boost_cont_allocation_command()
386 ( BOOST_CONTAINER_EXPAND_BWD, sizeof_object, min_size in test_allocation_with_reuse()