Home
last modified time | relevance | path

Searched refs:BOOST_CONTAINER_EXPAND_BWD (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/container/detail/
Dalloc_lib.h219 BOOST_CONTAINER_EXPAND_BWD = 0X04, enumerator
224 BOOST_CONTAINER_EXPAND_BOTH = BOOST_CONTAINER_EXPAND_FWD | BOOST_CONTAINER_EXPAND_BWD,
/third_party/boost/libs/container/bench/
Dbench_alloc.cpp43 …allocation_type malloc_types[] = { BOOST_CONTAINER_EXPAND_BWD, BOOST_CONTAINER_EXPAND_FWD, BOOST_C… in allocation_timing_test()
/third_party/boost/boost/container/
Dallocator.hpp117 BOOST_CONTAINER_ALLOCATE_NEW | BOOST_CONTAINER_EXPAND_BWD | BOOST_CONTAINER_EXPAND_FWD ;
/third_party/boost/libs/container/src/
Ddlmalloc_ext_2_8_6.c554 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()
/third_party/boost/libs/container/test/
Dalloc_full_test.cpp386 ( BOOST_CONTAINER_EXPAND_BWD, sizeof_object, min_size in test_allocation_with_reuse()