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 D | dispatcher_internal_unittest.cc | 105 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 D | dispatcher_internal.h | 153 void* const address = self->next->alloc_zero_initialized_function( in AllocZeroInitializedFn()
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim.h | 89 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
|
H A D | allocator_shim.cc | 187 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/ |
D | allocator_shim.h | 92 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim.h | 92 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_dispatch.h | 76 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
|
H A D | allocator_shim_dispatch_to_noop_on_free.cc | 29 return self->next->alloc_zero_initialized_function(self->next, n, size, in AllocZeroInitializedFn()
|
H A D | shim_alloc_functions.h | 119 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
|
H A D | allocator_shim_unittest.cc | 91 return self->next->alloc_zero_initialized_function(self->next, n, size, in MockAllocZeroInit()
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | thread_heap_usage_tracker.cc | 127 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
|
H A D | thread_heap_usage_tracker_unittest.cc | 80 return dispatch_under_test_->alloc_zero_initialized_function( in MockCalloc()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | sampling_heap_profiler.cc | 69 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
|