Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dadaptive_pool.hpp265 if(BOOST_UNLIKELY(!dlmalloc_multialloc_nodes in allocate_many()
546 if(BOOST_UNLIKELY(!dlmalloc_multialloc_nodes in allocate_many()
Dallocator.hpp293 …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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Ddlmalloc.hpp43 BOOST_CONTAINER_DECL int dlmalloc_multialloc_nodes
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc.cpp29 BOOST_CONTAINER_DECL int dlmalloc_multialloc_nodes in dlmalloc_multialloc_nodes() function