Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.h65 typedef void* (*MallocDebugMalloc)(size_t); typedef
71 MallocDebugMalloc malloc;
Dmalloc_debug_common.cpp303 table->malloc = reinterpret_cast<MallocDebugMalloc>(dlsym(libc_malloc_impl_handle, symbol)); in InitMalloc()