Home
last modified time | relevance | path

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

/external/cronet/base/allocator/dispatcher/internal/
Ddispatcher_internal_unittest.cc47 static void* alloc_zero_initialized_function(const AllocatorDispatch*, in alloc_zero_initialized_function() function
97 &alloc_zero_initialized_function,
199 EXPECT_NE(nullptr, allocator_dispatch->alloc_zero_initialized_function); in TEST_F()
291 allocator_dispatch->alloc_zero_initialized_function( in TEST_F()
Ddispatcher_internal.h140 void* const address = self->next->alloc_zero_initialized_function( in AllocZeroInitializedFn()
/external/libchrome/base/allocator/
Dallocator_shim.h89 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
Dallocator_shim.cc187 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim.h116 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
Dallocator_shim.cc242 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
Dallocator_shim_unittest.cc88 return self->next->alloc_zero_initialized_function(self->next, n, size, in MockAllocZeroInit()
/external/cronet/base/allocator/dispatcher/
Dstandard_hooks.cc46 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc127 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()
Dthread_heap_usage_tracker_unittest.cc80 return dispatch_under_test_->alloc_zero_initialized_function( in MockCalloc()
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc69 self->next->alloc_zero_initialized_function(self->next, n, size, context); in AllocZeroInitializedFn()