Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim.h63 ReallocFn* const realloc_function; member
Dallocator_shim.cc184 ptr = chain_head->realloc_function(chain_head, address, size); in ShimRealloc()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc62 void* ptr = next->realloc_function(next, address, size); in HookRealloc()