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.h89 AllocZeroInitializedFn* const alloc_zero_initialized_function; member
Dallocator_shim.cc201 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc51 void* ptr = next->alloc_zero_initialized_function(next, n, size, context); in HookZeroInitAlloc()