summaryrefslogtreecommitdiffstats
path: root/src/stats.c
Commit message (Expand)AuthorAgeFilesLines
* 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