Home
last modified time | relevance | path

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

/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/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()