Home
last modified time | relevance | path

Searched refs:MallocDebugRealloc (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_common.h86 typedef void* (*MallocDebugRealloc)(void*, size_t); typedef
102 MallocDebugRealloc realloc;
Dmalloc_debug_common.cpp322 InitMallocFunction<MallocDebugRealloc>(malloc_impl_handler, &table->realloc, prefix, "realloc"); in InitMalloc()