Home
last modified time | relevance | path

Searched refs:space_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c83 table->space_max = maxmem; in lruhash_create()
189 while(table->num > 1 && table->space_used > table->space_max) { in reclaim_space()
347 if(table->space_used > table->space_max) in lruhash_insert()
472 (unsigned)table->space_max); in lruhash_status()
550 if(table->space_used > table->space_max) in lruhash_update_space_used()
658 if (table->space_used > table->space_max) in lruhash_insert_or_retrieve()
H A Dlruhash.h180 size_t space_max; member
H A Dslabhash.c150 total += sl->array[i]->space_max; in slabhash_get_size()
/freebsd/contrib/jemalloc/
H A DChangeLog1237 - As part of small size class refactoring, remove the "opt.lg_[qc]space_max",