summaryrefslogtreecommitdiffstats
path: root/test/unit/arena_reset.c
Commit message (Expand)AuthorAgeFilesLines
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-9/+0
* Implement arena.<i>.destroy .Jason Evans2017-01-071-29/+226
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-4/+4
* s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/gJason Evans2016-06-061-1/+1
* Rename huge to large.Jason Evans2016-06-061-10/+10
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-27/+6
* Dodge ivsalloc() assertion in test code.Jason Evans2016-06-031-1/+16
* Remove quarantine support.Jason Evans2016-05-131-2/+0
* Remove Valgrind support.Jason Evans2016-05-131-2/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-4/+4
* Fix arena_reset() test to avoid tcache.Jason Evans2016-04-251-10/+9
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-221-0/+160