summaryrefslogtreecommitdiffstats
path: root/test/unit/mallctl.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-061-3/+3
* Rename huge to large.Jason Evans2016-06-061-4/+4
* Move slabs out of chunks.Jason Evans2016-06-061-1/+2
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-21/+2
* Remove redzone support.Jason Evans2016-05-131-1/+0
* Remove quarantine support.Jason Evans2016-05-131-1/+0
* Remove Valgrind support.Jason Evans2016-05-131-1/+0
* Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans2016-02-281-1/+3
* Make opt_narenas unsigned rather than size_t.Jason Evans2016-02-241-1/+1
* Refactor time_* into nstime_*.Jason Evans2016-02-221-2/+2
* Implement decay-based unused dirty page purging.Jason Evans2016-02-201-0/+95
* Add --with-malloc-conf.Jason Evans2016-02-201-16/+17
* Add the config.cache_oblivious mallctl.Jason Evans2015-07-171-0/+1
* Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().Jason Evans2015-03-241-3/+3
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-191-0/+66
* Test and fix tcache ID recycling.Jason Evans2015-02-101-0/+12
* Implement explicit tcache support.Jason Evans2015-02-101-0/+110
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-1/+1
* Add per size class huge allocation statistics.Jason Evans2014-10-131-1/+20
* Add configure options.Jason Evans2014-10-101-1/+1
* Normalize size classes.Jason Evans2014-10-061-1/+1
* Fix arena.<i>.dss mallctl to handle read-only calls.Jason Evans2014-08-151-0/+13
* Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey2014-05-271-1/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-1/+0
* Remove the "opt.valgrind" mallctl.Jason Evans2014-04-151-1/+0
* Remove the "arenas.purge" mallctl.Jason Evans2014-04-151-13/+0
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-4/+16
* Add mallctl*() unit tests.Jason Evans2013-12-201-0/+415