Home
last modified time | relevance | path

Searched refs:dlmalloc_multialloc_nodes (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/container/detail/
Ddlmalloc.hpp43 BOOST_CONTAINER_DECL int dlmalloc_multialloc_nodes
/third_party/boost/libs/container/src/
Ddlmalloc.cpp29 BOOST_CONTAINER_DECL int dlmalloc_multialloc_nodes in dlmalloc_multialloc_nodes() function
/third_party/boost/boost/container/
Dadaptive_pool.hpp261 if(BOOST_UNLIKELY(!dlmalloc_multialloc_nodes in allocate_many()
538 if(BOOST_UNLIKELY(!dlmalloc_multialloc_nodes in allocate_many()
Dallocator.hpp290 …if(!dlmalloc_multialloc_nodes(n_elements, elem_size*sizeof(T), BOOST_CONTAINER_DL_MULTIALLOC_DEFAU… in allocate_many()
Dnode_allocator.hpp261 …if(BOOST_UNLIKELY(!dlmalloc_multialloc_nodes(n_elements, elem_size*sizeof(T), BOOST_CONTAINER_DL_M… in allocate_many()
/third_party/boost/libs/container/test/
Dalloc_full_test.cpp515dlmalloc_multialloc_nodes((i+1)*2, i+1, BOOST_CONTAINER_DL_MULTIALLOC_DEFAULT_CONTIGUOUS, &chain); in test_many_equal_allocation()
723dlmalloc_multialloc_nodes(ArraySize, i*4+1, BOOST_CONTAINER_DL_MULTIALLOC_DEFAULT_CONTIGUOUS, &cha… in test_many_deallocation()