summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Refactor time_* into nstime_*.Jason Evans2016-02-224-249/+246
* Handle unaligned keys in hash().Jason Evans2016-02-201-3/+16
* Increase test coverage in test_decay_ticks.Jason Evans2016-02-201-123/+98
* Implement decay-based unused dirty page purging.Jason Evans2016-02-202-0/+465
* Implement smoothstep table generation.Jason Evans2016-02-201-0/+106
* Refactor prng* from cpp macros into inline functions.Jason Evans2016-02-202-23/+114
* Implement ticker.Jason Evans2016-02-201-0/+76
* Flesh out time_*() API.Jason Evans2016-02-201-3/+203
* Add time_update().Cameron Evans2016-02-201-0/+23
* Add --with-malloc-conf.Jason Evans2016-02-201-16/+17
* Fix test_stats_arenas_summary fragility.Jason Evans2016-02-201-4/+4
* Add test for tree destructionJoshua Kahn2015-11-091-1/+16
* Allow const keys for lookupJoshua Kahn2015-11-091-1/+1
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-123-11/+11
* Fix "prof.reset" mallctl-related corruption.Jason Evans2015-09-101-15/+66
* Optimize arena_prof_tctx_set().Jason Evans2015-09-021-17/+32
* Fix arenas_cache_cleanup().Christopher Ferris2015-08-211-0/+6
* Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans2015-08-191-1/+1
* Fix assertion in test.Jason Evans2015-08-121-1/+1
* Add no-OOM assertions to test.Jason Evans2015-08-071-6/+12
* Fix MinGW-related portability issues.Jason Evans2015-07-235-47/+44
* Fix more MinGW build warnings.Jason Evans2015-07-183-31/+34
* Add the config.cache_oblivious mallctl.Jason Evans2015-07-171-0/+1
* Avoid function prototype incompatibilities.Jason Evans2015-07-102-5/+5
* Fix an integer overflow bug in {size2index,s2u}_compute().Jason Evans2015-07-101-0/+89
* Fix indentation.Jason Evans2015-07-091-1/+1
* Clarify relationship between stats.resident and stats.mapped.Jason Evans2015-05-301-3/+7
* Avoid atomic operations for dependent rtree reads.Jason Evans2015-05-161-14/+14
* 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-192-5/+71
* Move centralized chunk management into arenas.Jason Evans2015-02-121-27/+0
* Test and fix tcache ID recycling.Jason Evans2015-02-101-0/+12
* Implement explicit tcache support.Jason Evans2015-02-101-0/+110
* Refactor rtree to be lock-free.Jason Evans2015-02-051-25/+52
* Implement more atomic operations.Jason Evans2015-02-051-30/+55
* Implement the prof.gdump mallctl.Jason Evans2015-01-261-2/+27
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-154-16/+33
* 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-132-10/+114
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-111-0/+1
* Add configure options.Jason Evans2014-10-102-1/+27
* Avoid atexit(3) when possible, disable prof_final by default.Jason Evans2014-10-092-3/+2
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-081-7/+20
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-0/+1
* Normalize size classes.Jason Evans2014-10-062-4/+15
* Fix tsd cleanup regressions.Jason Evans2014-10-042-9/+35
* Skip test_prof_thread_name_validation if !config_prof.Jason Evans2014-10-041-0/+2
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-043-0/+268
* Convert to uniform style: cond == false --> !condJason Evans2014-10-032-4/+3
* Remove obsolete comment.Jason Evans2014-10-031-6/+0