Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.h69 struct HashTable { struct
108 typedef bool (*MallocDebugInit)(HashTable*, const MallocDebug*);
Dmalloc_debug_leak.cpp66 extern HashTable* g_hash_table;
109 static HashEntry* find_entry(HashTable* table, int slot, in find_entry()
Dmalloc_debug_check.cpp131 __LIBC_HIDDEN__ HashTable* g_hash_table;
640 extern "C" bool malloc_debug_initialize(HashTable* hash_table, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize()
Dmalloc_debug_common.cpp62 static HashTable g_hash_table;
Dmalloc_debug_qemu.cpp601 extern "C" bool malloc_debug_initialize(HashTable*, const MallocDebug* malloc_dispatch) { in malloc_debug_initialize() argument