summaryrefslogtreecommitdiffstats
path: root/test/unit/stats.c
Commit message (Expand)AuthorAgeFilesLines
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-131-5/+6
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-191-1/+1
* Implementing opt.background_thread.Qi Wang2017-05-231-2/+4
* Remove --disable-tcache.Jason Evans2017-04-211-8/+12
* Add basic reentrancy-checking support, and allow arena_new to reenter.David Goldblatt2017-04-071-1/+1
* Implement two-phase decay-based purging.Jason Evans2017-03-151-10/+26
* Implement per-CPU arena.Qi Wang2017-03-091-51/+47
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-3/+3
* Update brace style.Jason Evans2017-01-211-20/+10
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-2/+0
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-83/+92
* Remove all vestiges of chunks.Jason Evans2016-10-121-10/+5
* Rename huge to large.Jason Evans2016-06-061-24/+24
* Move slabs out of chunks.Jason Evans2016-06-061-9/+9
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-97/+8
* Fix more 64-to-32 conversion warnings.Jason Evans2016-04-121-5/+5
* Fix test_stats_arenas_summary fragility.Jason Evans2016-02-201-4/+4
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-121-3/+3
* Clarify relationship between stats.resident and stats.mapped.Jason Evans2015-05-301-3/+7
* Move centralized chunk management into arenas.Jason Evans2015-02-121-27/+0
* Fix test_stats_arenas_bins for 32-bit builds.Yuriy Kaminskiy2014-12-031-0/+1
* Add per size class huge allocation statistics.Jason Evans2014-10-131-9/+94
* Rename "small" local variable, because windows headers #define itMike Hommey2014-05-271-4/+4
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-7/+11
* Fix mallctl argument size mismatches (size_t vs. uint64_t).Jason Evans2014-01-291-8/+15
* Avoid lazy-lock in a tcache-dependent test.Jason Evans2014-01-211-14/+34
* Fix warnings and a test failure exposed on CentOS 6.3.Jason Evans2014-01-151-2/+5
* Add stats unit tests.Jason Evans2013-12-201-0/+350