Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dadaptive_pool.hpp285 if(BOOST_UNLIKELY(!dlmalloc_multialloc_arrays in allocate_many()
557 if(BOOST_UNLIKELY(!dlmalloc_multialloc_arrays in allocate_many()
Dallocator.hpp314 …if(!dlmalloc_multialloc_arrays(n_elements, elem_sizes, sizeof(T), BOOST_CONTAINER_DL_MULTIALLOC_DE… in allocate_many()
Dnode_allocator.hpp276dlmalloc_multialloc_arrays(n_elements, elem_sizes, sizeof(T), BOOST_CONTAINER_DL_MULTIALLOC_DEFAUL… in allocate_many()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Ddlmalloc.hpp46 BOOST_CONTAINER_DECL int dlmalloc_multialloc_arrays
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_full_test.cpp627dlmalloc_multialloc_arrays(ArraySize, requested_sizes, 1, BOOST_CONTAINER_DL_MULTIALLOC_DEFAULT_CO… in test_many_different_allocation()
705dlmalloc_multialloc_arrays(ArraySize, requested_sizes, 1, BOOST_CONTAINER_DL_MULTIALLOC_DEFAULT_CO… in test_many_deallocation()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc.cpp33 BOOST_CONTAINER_DECL int dlmalloc_multialloc_arrays in dlmalloc_multialloc_arrays() function