Searched refs:HASHTABLE_ALLOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/usr.bin/catman/
H A Dcatman.c109 #define HASHTABLE_ALLOC 16384 /* allocation for hashtable (power of 2) */ macro
110 #define HASH_MASK (HASHTABLE_ALLOC - 1)
112 static struct hash_entry *visited[HASHTABLE_ALLOC];
113 static struct hash_entry *links[HASHTABLE_ALLOC];

Completed in 40 milliseconds