Searched refs:HASHTABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
43 #define HASHTABLE_SIZE 1543 macro72 HashEntry* slots[HASHTABLE_SIZE];
125 size_t slot = hash % HASHTABLE_SIZE; in record_backtrace()171 for (size_t i = 0; i < HASHTABLE_SIZE; ++i) { in is_valid_entry()
195 for (size_t i = 0 ; i < HASHTABLE_SIZE ; ++i) { in get_malloc_leak_info()