Searched refs:MallocDebugMalloc (Results 1 – 2 of 2) sorted by relevance
65 typedef void* (*MallocDebugMalloc)(size_t); typedef71 MallocDebugMalloc malloc;
303 table->malloc = reinterpret_cast<MallocDebugMalloc>(dlsym(libc_malloc_impl_handle, symbol)); in InitMalloc()