Home
last modified time | relevance | path

Searched refs:HASHTABLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_common.h40 #define HASHTABLE_SIZE 1543 macro
70 HashEntry* slots[HASHTABLE_SIZE];
Dmalloc_debug_leak.cpp129 size_t slot = hash % HASHTABLE_SIZE; in record_backtrace()
175 for (i = 0 ; i < HASHTABLE_SIZE ; i++) { in is_valid_entry()
Dpthread_debug.cpp496 #define HASHTABLE_SIZE 256 macro
508 HashEntry* slots[HASHTABLE_SIZE];
536 return (size_t)h & (HASHTABLE_SIZE - 1); in get_index()
Dmalloc_debug_common.cpp139 for (size_t i = 0 ; i < HASHTABLE_SIZE ; ++i) { in get_malloc_leak_info()