Searched defs:malloc_debug_initialize (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp331 MallocDebugInit malloc_debug_initialize = NULL; local
413 malloc_debug_initialize = reinterpret_cast<MallocDebugInit>(dlsym(malloc_impl_handle,
414 "malloc_debug_initialize"));
415 if (malloc_debug_initialize == NULL) {
420 if (!malloc_debug_initialize(&g_hash_table, &__libc_malloc_default_dispatch)) {
H A Dmalloc_debug_check.cpp640 extern "C" bool malloc_debug_initialize(HashTable* hash_table, const MallocDebug* malloc_dispatch) { function
H A Dmalloc_debug_qemu.cpp601 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { function
631 * malloc_debug_initialize, which means that connection to the emulator via

Completed in 318 milliseconds