Searched refs:slots (Results 1 – 6 of 6) sorted by relevance
39 unsigned char slots; member
108 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()
70 HashEntry* slots[HASHTABLE_SIZE]; member
508 HashEntry* slots[HASHTABLE_SIZE]; member553 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()
140 HashEntry* entry = gHashTable.slots[i]; in get_malloc_leak_info()
11 Too few TLS slots mean we can't allocate 128 pthread_key_t instances,