HomeSort by relevance Sort by last modified time
    Searched refs:malloc_debug_initialize (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
malloc_debug_common.cpp 331 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)) {
malloc_debug_check.cpp 640 extern "C" bool malloc_debug_initialize(HashTable* hash_table, const MallocDebug* malloc_dispatch) { function
malloc_debug_qemu.cpp 601 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { function
631 * malloc_debug_initialize, which means that connection to the emulator via
    [all...]

Completed in 122 milliseconds