Searched refs:batch_free_function (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/ |
H A D | dispatcher_internal_unittest.cc | 275 EXPECT_NE(nullptr, allocator_dispatch->batch_free_function); in TEST_F() 513 EXPECT_NE(allocator_dispatch->batch_free_function, nullptr); in TEST_F() 517 allocator_dispatch->batch_free_function(allocator_dispatch, in TEST_F()
|
H A D | dispatcher_internal.h | 238 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in BatchFreeFn()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim.h | 95 BatchFreeFn* const batch_free_function; member
|
H A D | allocator_shim.cc | 269 return chain_head->batch_free_function(chain_head, to_be_freed, in ShimBatchFree()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/ |
D | allocator_shim.h | 98 BatchFreeFn* const batch_free_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 98 BatchFreeFn* const batch_free_function; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_dispatch.h | 86 BatchFreeFn* const batch_free_function; member
|
H A D | shim_alloc_functions.h | 227 return chain_head->batch_free_function(chain_head, to_be_freed, in ShimBatchFree()
|
H A D | allocator_shim_unittest.cc | 193 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in MockBatchFree()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 194 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in BatchFreeFn()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 127 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in BatchFreeFn()
|