Home
last modified time | relevance | path

Searched refs:alloc_zero_initialized_function (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/dispatcher/internal/
H A Ddispatcher_internal_unittest.cc105 static void* alloc_zero_initialized_function(const AllocatorDispatch*, in alloc_zero_initialized_function() function
160 &alloc_zero_initialized_function,
268 EXPECT_NE(nullptr, allocator_dispatch->alloc_zero_initialized_function); in TEST_F()
362 allocator_dispatch->alloc_zero_initialized_function( in TEST_F()
H A Ddispatcher_internal.h153 void* const address = self->next->alloc_zero_initialized_function( in AllocZeroInitializedFn()
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim.h89 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
H A Dallocator_shim.cc187 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim.h92 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim.h92 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_dispatch.h76 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
H A Dallocator_shim_dispatch_to_noop_on_free.cc29 return self->next->alloc_zero_initialized_function(self->next, n, size, in AllocZeroInitializedFn()
H A Dshim_alloc_functions.h119 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
H A Dallocator_shim_unittest.cc91 return self->next->alloc_zero_initialized_function(self->next, n, size, in MockAllocZeroInit()
/aosp_15_r20/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.cc127 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
H A Dthread_heap_usage_tracker_unittest.cc80 return dispatch_under_test_->alloc_zero_initialized_function( in MockCalloc()
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/
H A Dsampling_heap_profiler.cc69 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()