summaryrefslogtreecommitdiffstats
path: root/test/unit/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Skip test/unit/pack when profiling is enabled.Qi Wang2017-12-181-0/+6
* Support --with-lg-page values larger than system page size.Jason Evans2017-04-191-1/+1
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-3/+0
* Replace tabs following #define with spaces.Jason Evans2017-01-211-3/+3
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-6/+6
* Update brace style.Jason Evans2017-01-211-15/+12
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-4/+4
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-6/+6
* Add packing test, which verifies stable layout policy.Jason Evans2016-11-151-0/+167