Searched refs:CTABLE_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
117 #define CTABLE_MIN_SIZE 5 macro131 cache->limit = (limit < CTABLE_MIN_SIZE ? CTABLE_MIN_SIZE : limit); in ctable_create()