summaryrefslogtreecommitdiffstats
path: root/test/unit/decay.c
Commit message (Expand)AuthorAgeFilesLines
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-2/+0
* Repair file permissions.Jason Evans2017-02-221-0/+0
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-28/+28
* Fix decay tests to all adapt to nstime_monotonic().Jason Evans2016-10-111-6/+9
* Do not advance decay epoch when time goes backwards.Jason Evans2016-10-111-1/+12
* Fix decay tests for --disable-tcache case.Jason Evans2016-02-281-6/+14
* Fix decay tests for --disable-stats case.Jason Evans2016-02-281-11/+18
* Refactor time_* into nstime_*.Jason Evans2016-02-221-24/+24
* Increase test coverage in test_decay_ticks.Jason Evans2016-02-201-123/+98
* Implement decay-based unused dirty page purging.Jason Evans2016-02-201-0/+370