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

/bionic/libc/bionic/
H A Dmalloc_debug_common.h91 struct MallocDebug { struct
108 typedef bool (*MallocDebugInit)(HashTable*, const MallocDebug*);
H A 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) {
445 static MallocDebug malloc_dispatch_table __attribute__((aligned(32)));
H A 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) {
H A Dmalloc_debug_qemu.cpp340 static const MallocDebug* g_malloc_dispatch = NULL;
601 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) {
H A Dmalloc_debug_leak.cpp67 extern const MallocDebug* g_malloc_dispatch;

Completed in 33 milliseconds