Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_leak.cpp111 HashEntry* entry = table->slots[slot]; in find_entry()
156 entry->next = g_hash_table->slots[slot]; in record_backtrace()
162 g_hash_table->slots[slot] = entry; in record_backtrace()
178 HashEntry* e1 = g_hash_table->slots[i]; in is_valid_entry()
199 g_hash_table->slots[entry->slot] = entry->next; in remove_entry()
Dmalloc_debug_common.h72 HashEntry* slots[HASHTABLE_SIZE]; member
Dmalloc_debug_common.cpp196 HashEntry* entry = g_hash_table.slots[i]; in get_malloc_leak_info()