Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.h43 #define HASHTABLE_SIZE 1543 macro
72 HashEntry* slots[HASHTABLE_SIZE];
Dmalloc_debug_leak.cpp125 size_t slot = hash % HASHTABLE_SIZE; in record_backtrace()
171 for (size_t i = 0; i < HASHTABLE_SIZE; ++i) { in is_valid_entry()
Dmalloc_debug_common.cpp195 for (size_t i = 0 ; i < HASHTABLE_SIZE ; ++i) { in get_malloc_leak_info()