summaryrefslogtreecommitdiffstats
path: root/test/unit/zero.c
Commit message (Collapse)AuthorAgeFilesLines
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-0/+78
Fix growing large reallocation to junk fill new space. Fix huge deallocation to junk fill when munmap is disabled.