Searched refs:HASHTABLE_MIN_FILL (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ | ||
| H A D | server.h | 202 #define HASHTABLE_MIN_FILL 10 /* Minimal hash table fill 10% */ macro |
| H A D | server.c | 741 (used*100/size < HASHTABLE_MIN_FILL)); in htNeedsResize() |