Searched refs:batch_malloc_function (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 136 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 D | dispatcher_internal.h | 222 unsigned const num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim.h | 94 BatchMallocFn* const batch_malloc_function; member
|
H A D | allocator_shim.cc | 261 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/ |
D | allocator_shim.h | 97 BatchMallocFn* const batch_malloc_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 97 BatchMallocFn* const batch_malloc_function; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_dispatch.h | 85 BatchMallocFn* const batch_malloc_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 71 return self->next->batch_malloc_function(self->next, size, results, in BatchMallocFn()
|
H A D | shim_alloc_functions.h | 218 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
|
H A D | allocator_shim_unittest.cc | 180 return self->next->batch_malloc_function(self->next, size, results, in MockBatchMalloc()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 177 unsigned count = self->next->batch_malloc_function(self->next, size, results, in BatchMallocFn()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 112 unsigned num_allocated = self->next->batch_malloc_function( in BatchMallocFn()
|