Lines Matching refs:opt
137 - Fix malloc_stats_print() to print opt.narenas correctly. (@jasone)
157 + opt.purge
158 + opt.decay_time
192 - Make opt.narenas unsigned rather than size_t. (@jasone)
340 "opt.prof_thread_active_init", "prof.thread_active_init", and
360 - Add "alloc" and "free" modes for for junk filling (see the "opt.junk"
424 - Disable "opt.prof_final" by default, in order to avoid atexit(3), which can
439 - Remove the unnecessary "opt.valgrind" mallctl; jemalloc automatically
644 - Change the "opt.lg_dirty_mult" default from 5 to 3 (32:1 to 8:1).
660 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls,
705 - Add the "opt.prof_final" mallctl.
718 - Change the "opt.lg_prof_sample" default from 0 to 19 (1 B to 512 KiB).
719 - Change the "opt.prof_accum" default from true to false.
727 - As part of small size class refactoring, remove the "opt.lg_[qc]space_max",
731 - Remove the "opt.lg_prof_tcmax" option.
732 - Remove the "opt.lg_prof_bt_max" option.
733 - Remove the "opt.lg_tcache_gc_sweep" option.
762 - Add missing "opt.lg_tcache_max" mallctl implementation.
883 if "opt.prof_accum" were disabled.