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 320 MallocDebugInit malloc_debug_initialize = NULL; local
414 malloc_debug_initialize = reinterpret_cast<MallocDebugInit>(dlsym(malloc_impl_handle,
415 "malloc_debug_initialize"));
416 if (malloc_debug_initialize == NULL) {
422 if (malloc_debug_initialize() == -1) {
malloc_debug_check.cpp 547 extern "C" int malloc_debug_initialize() { function
malloc_debug_qemu.cpp 593 extern "C" int malloc_debug_initialize() { function
622 * malloc_debug_initialize, which means that connection to the emulator via
    [all...]

Completed in 36 milliseconds