Searched refs:HashTable (Results 1 – 5 of 5) sorted by relevance
69 struct HashTable { struct108 typedef bool (*MallocDebugInit)(HashTable*, const MallocDebug*);
66 extern HashTable* g_hash_table;109 static HashEntry* find_entry(HashTable* table, int slot, in find_entry()
131 __LIBC_HIDDEN__ HashTable* g_hash_table;640 extern "C" bool malloc_debug_initialize(HashTable* hash_table, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize()
62 static HashTable g_hash_table;
601 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize() argument