Home
last modified time | relevance | path

Searched refs:BOOST_CONTAINER_NOTHROW_ALLOCATION (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/container/
Dadaptive_pool.hpp191 if(BOOST_UNLIKELY(!ret && !(command & BOOST_CONTAINER_NOTHROW_ALLOCATION))) in allocation_command()
495 if(BOOST_UNLIKELY(!ret && !(command & BOOST_CONTAINER_NOTHROW_ALLOCATION))) in allocation_command()
Dallocator.hpp229 if(!ret && !(command & BOOST_CONTAINER_NOTHROW_ALLOCATION)) in allocation_command()
Dnode_allocator.hpp194 if(BOOST_UNLIKELY(!ret && !(command & BOOST_CONTAINER_NOTHROW_ALLOCATION))) in allocation_command()
/third_party/boost/boost/container/detail/
Dalloc_lib.h221 BOOST_CONTAINER_NOTHROW_ALLOCATION = 0X10, enumerator