summaryrefslogtreecommitdiffstats
path: root/test/unit/zero.c
Commit message (Expand)AuthorAgeFilesLines
* SC: Remove global data.David Goldblatt2018-07-231-2/+1
* SC: Make some key size classes static.David Goldblatt2018-07-131-2/+2
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-131-2/+3
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-5/+0
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-8/+4
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-3/+0
* Remove all vestiges of chunks.Jason Evans2016-10-121-1/+1
* Rename huge to large.Jason Evans2016-06-061-2/+2
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-10/+1
* Remove redzone support.Jason Evans2016-05-131-1/+1
* Remove quarantine support.Jason Evans2016-05-131-1/+1
* Clean up char vs. uint8_t in junk filling code.Jason Evans2016-04-111-7/+9
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-121-2/+2
* Fix message formatting errors uncovered by p_test_fail() refactoring.Jason Evans2014-03-301-1/+1
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-0/+78