Home
last modified time | relevance | path

Searched refs:MallocDebug (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_common.h91 struct MallocDebug { struct
108 typedef bool (*MallocDebugInit)(HashTable*, const MallocDebug*);
Dmalloc_debug_common.cpp66 static const MallocDebug __libc_malloc_default_dispatch __attribute__((aligned(32))) = {
84 static const MallocDebug* __libc_malloc_dispatch = &__libc_malloc_default_dispatch;
308 static void InitMalloc(void* malloc_impl_handler, MallocDebug* table, const char* prefix) { in InitMalloc()
445 static MallocDebug malloc_dispatch_table __attribute__((aligned(32))); in malloc_init_impl()
Dmalloc_debug_check.cpp132 __LIBC_HIDDEN__ const MallocDebug* g_malloc_dispatch;
640 extern "C" bool malloc_debug_initialize(HashTable* hash_table, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize()
Dmalloc_debug_qemu.cpp341 static const MallocDebug* g_malloc_dispatch = NULL;
602 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize()
Dmalloc_debug_leak.cpp60 extern const MallocDebug* g_malloc_dispatch;