summaryrefslogtreecommitdiffstats
path: root/test/unit/junk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more MinGW build warnings.Jason Evans2015-07-181-13/+13
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-15/+26
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-081-7/+20
* Normalize size classes.Jason Evans2014-10-061-3/+14
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-6/+3
* Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans2014-03-301-1/+1
* Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-251-3/+6
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-0/+219