Home
last modified time | relevance | path

Searched refs:batch_malloc_function (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc136 static unsigned batch_malloc_function(const AllocatorDispatch*, in batch_malloc_function() function
167 &batch_malloc_function,
274 EXPECT_NE(nullptr, allocator_dispatch->batch_malloc_function); in TEST_F()
483 EXPECT_NE(allocator_dispatch->batch_malloc_function, nullptr); in TEST_F()
487 auto const number_allocated = allocator_dispatch->batch_malloc_function( in TEST_F()
H A Ddispatcher_internal.h222 unsigned const num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h94 BatchMallocFn* const batch_malloc_function; member
H A Dallocator_shim.cc261 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h97 BatchMallocFn* const batch_malloc_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h97 BatchMallocFn* const batch_malloc_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h85 BatchMallocFn* const batch_malloc_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc71 return self->next->batch_malloc_function(self->next, size, results, in BatchMallocFn()
H A Dshim_alloc_functions.h218 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
H A Dallocator_shim_unittest.cc180 return self->next->batch_malloc_function(self->next, size, results, in MockBatchMalloc()
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc177 unsigned count = self->next->batch_malloc_function(self->next, size, results, in BatchMallocFn()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc112 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn()