Searched defs:HASHTABLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_common.h40 #define HASHTABLE_SIZE 1543 macro
70 HashEntry* slots[HASHTABLE_SIZE];
H A Dpthread_debug.cpp496 #define HASHTABLE_SIZE 256 macro
508 HashEntry* slots[HASHTABLE_SIZE];
536 return (size_t)h & (HASHTABLE_SIZE - 1);

Completed in 59 milliseconds