Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/util/storage/
HDlruhash.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()
578 table->space_max = max; in lruhash_update_space_max()
580 if(table->space_used > table->space_max) in lruhash_update_space_max()
688 if (table->space_used > table->space_max) in lruhash_insert_or_retrieve()
HDslabhash.c150 total += sl->array[i]->space_max; in slabhash_get_size()
273 size_t space_max = max / sl->size; in slabhash_adjust_size() local
276 lruhash_update_space_max(sl->array[i], NULL, space_max); in slabhash_adjust_size()
HDlruhash.h180 size_t space_max; member
/freebsd-head/contrib/jemalloc/
HDChangeLog1237 - As part of small size class refactoring, remove the "opt.lg_[qc]space_max",