Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Defs_dir.h39 unsigned char slots; member
/bionic/libc/bionic/
Dmalloc_debug_leak.cpp108 HashEntry* entry = table->slots[slot]; in find_entry()
153 entry->next = gHashTable.slots[slot]; in record_backtrace()
159 gHashTable.slots[slot] = entry; in record_backtrace()
176 HashEntry* e1 = gHashTable.slots[i]; in is_valid_entry()
200 gHashTable.slots[entry->slot] = entry->next; in remove_entry()
Dmalloc_debug_common.h70 HashEntry* slots[HASHTABLE_SIZE]; member
Dpthread_debug.cpp508 HashEntry* slots[HASHTABLE_SIZE]; member
553 table->slots[entry->slot] = entry->next; in hashmap_removeEntry()
564 HashEntry* entry = table->slots[slot]; in hashmap_lookup()
578 entry->next = table->slots[slot]; in hashmap_lookup()
582 table->slots[slot] = entry; in hashmap_lookup()
Dmalloc_debug_common.cpp140 HashEntry* entry = gHashTable.slots[i]; in get_malloc_leak_info()
/bionic/
DABI-bugs.txt11 Too few TLS slots mean we can't allocate 128 pthread_key_t instances,