Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h61 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
Dallocator_shim.cc173 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size); in ShimCalloc()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc44 void* ptr = next->alloc_zero_initialized_function(next, n, size); in HookZeroInitAlloc()