Home
last modified time | relevance | path

Searched refs:BOOST_CONTAINER_TRY_SHRINK_IN_PLACE (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/container/detail/
Dalloc_lib.h223 BOOST_CONTAINER_TRY_SHRINK_IN_PLACE = 0X40, enumerator
/third_party/boost/libs/container/test/
Dalloc_full_test.cpp115 ( BOOST_CONTAINER_TRY_SHRINK_IN_PLACE, 1, i*2 in test_allocation_shrink()
/third_party/boost/libs/container/src/
Ddlmalloc_ext_2_8_6.c1365 if(command & (BOOST_CONTAINER_SHRINK_IN_PLACE | BOOST_CONTAINER_TRY_SHRINK_IN_PLACE)){ in boost_cont_allocation_command()