summaryrefslogtreecommitdiffstats
path: root/test/unit/extent_quantize.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
| | | | This resolves #564.
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-8/+4
| | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
| | | | This resolves #535.
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-9/+9
| | | | | This avoids warnings in some cases, and is otherwise generally good hygiene.
* Rename huge to large.Jason Evans2016-06-061-8/+8
|
* Move slabs out of chunks.Jason Evans2016-06-061-5/+5
|
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-25/+16
|
* Replace extent_tree_szad_* with extent_heap_*.Jason Evans2016-06-031-0/+155