Home
last modified time | relevance | path

Searched refs:batch_free_function (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc275 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 Ddispatcher_internal.h238 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 Dallocator_shim.h95 BatchFreeFn* const batch_free_function; member
H A Dallocator_shim.cc269 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/
Dallocator_shim.h98 BatchFreeFn* const batch_free_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h98 BatchFreeFn* const batch_free_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h86 BatchFreeFn* const batch_free_function; member
H A Dshim_alloc_functions.h227 return chain_head->batch_free_function(chain_head, to_be_freed, in ShimBatchFree()
H A Dallocator_shim_unittest.cc193 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 Dthread_heap_usage_tracker.cc194 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 Dsampling_heap_profiler.cc127 self->next->batch_free_function(self->next, to_be_freed, num_to_be_freed, in BatchFreeFn()