summaryrefslogtreecommitdiffstats
path: root/src/stats.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lg_dirty_mult-related stats printing.Jason Evans2015-03-211-66/+82
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-191-0/+10
* Move centralized chunk management into arenas.Jason Evans2015-02-121-12/+0
* Implement metadata statistics.Jason Evans2015-01-241-3/+11
* Use the correct type for opt.junk when printing stats.Guilherme Goncalves2015-01-231-1/+1
* Add small run utilization to stats output.Jason Evans2014-10-151-16/+34
* Add per size class huge allocation statistics.Jason Evans2014-10-131-81/+134
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-041-14/+19
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-1/+1
* Implement per thread heap profiling.Jason Evans2014-08-201-1/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-16/+13
* Normalize #define whitespace.Jason Evans2013-12-091-4/+4
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-2/+8
* Don't use sizeof() on a VARIABLE_ARRAYMike Hommey2012-05-021-2/+2
* Allow je_malloc_message to be overridden when linking staticallyMike Hommey2012-05-021-15/+7
* Avoid variable length arrays and remove declarations within codeMike Hommey2012-04-291-2/+2
* Update prof defaults to match common usage.Jason Evans2012-04-171-0/+1
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-0/+3
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+1
* Finish renaming "arenas.pagesize" to "arenas.page".Jason Evans2012-04-021-11/+10
* Clean up *PAGE* macros.Jason Evans2012-04-021-0/+3
* Fix malloc_stats_print() option support.Jason Evans2012-03-131-6/+8
* Implement malloc_vsnprintf().Jason Evans2012-03-081-172/+50
* Remove the lg_tcache_gc_sweep option.Jason Evans2012-03-051-11/+0
* Add --with-mangling.Jason Evans2012-03-021-18/+17
* Remove unused variables in stats_print().Jason Evans2012-02-291-4/+0
* Remove the sysv option.Jason Evans2012-02-291-1/+0
* Simplify small size class infrastructure.Jason Evans2012-02-291-66/+6
* Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-141-6/+0
* Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-141-12/+0
* Remove highruns statistics.Jason Evans2012-02-131-17/+11
* Remove the swap feature.Jason Evans2012-02-131-21/+5
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-11/+2
* Fix malloc_stats_print(..., "a") output.Jason Evans2011-11-111-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+790