aboutsummaryrefslogtreecommitdiff
path: root/src/stats.c
AgeCommit message (Expand)Author
2016-11-15Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans
2016-11-01Add "J" (JSON) support to malloc_stats_print().Jason Evans
2016-05-03Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans
2016-04-11Fix malloc_stats_print() to print correct opt.narenas value.Jason Evans
2016-02-24Make opt_narenas unsigned rather than size_t.Jason Evans
2016-02-19Implement decay-based unused dirty page purging.Jason Evans
2016-02-19Add --with-malloc-conf.Jason Evans
2015-07-23Fix MinGW-related portability issues.Jason Evans
2015-07-07Fix MinGW build warnings.Jason Evans
2015-03-24Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans
2015-03-23Add the "stats.allocated" mallctl.Jason Evans
2015-03-21Fix a compile error caused by mixed declarations and code.Qinfan Wu
2015-03-20Fix lg_dirty_mult-related stats printing.Jason Evans
2015-03-18Implement dynamic per arena control over dirty page purging.Jason Evans
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-01-23Implement metadata statistics.Jason Evans
2015-01-23Use the correct type for opt.junk when printing stats.Guilherme Goncalves
2014-10-15Add small run utilization to stats output.Jason Evans
2014-10-12Add per size class huge allocation statistics.Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-08-19Implement per thread heap profiling.Jason Evans
2014-05-15Refactor huge allocation to be managed by arenas.Jason Evans
2013-12-08Normalize #define whitespace.Jason Evans
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-05-02Don't use sizeof() on a VARIABLE_ARRAYMike Hommey
2012-05-02Allow je_malloc_message to be overridden when linking staticallyMike Hommey
2012-04-29Avoid variable length arrays and remove declarations within codeMike Hommey
2012-04-17Update prof defaults to match common usage.Jason Evans
2012-04-11Implement Valgrind support, redzones, and quarantine.Jason Evans
2012-04-05Add utrace(2)-based tracing (--enable-utrace).Jason Evans
2012-04-02Finish renaming "arenas.pagesize" to "arenas.page".Jason Evans
2012-04-02Clean up *PAGE* macros.Jason Evans
2012-03-13Fix malloc_stats_print() option support.Jason Evans
2012-03-07Implement malloc_vsnprintf().Jason Evans
2012-03-05Remove the lg_tcache_gc_sweep option.Jason Evans
2012-03-01Add --with-mangling.Jason Evans
2012-02-28Remove unused variables in stats_print().Jason Evans
2012-02-28Remove the sysv option.Jason Evans
2012-02-28Simplify small size class infrastructure.Jason Evans
2012-02-13Remove the opt.lg_prof_bt_max option.Jason Evans
2012-02-13Remove the opt.lg_prof_tcmax option.Jason Evans
2012-02-13Remove highruns statistics.Jason Evans
2012-02-13Remove the swap feature.Jason Evans
2012-02-10Reduce cpp conditional logic complexity.Jason Evans
2011-11-11Fix malloc_stats_print(..., "a") output.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans