Searched refs:MallocDebug (Results 1 – 5 of 5) sorted by relevance
91 struct MallocDebug { struct108 typedef bool (*MallocDebugInit)(HashTable*, const MallocDebug*);
66 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()
132 __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()
341 static const MallocDebug* g_malloc_dispatch = NULL;602 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize()
60 extern const MallocDebug* g_malloc_dispatch;