summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/qr.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-11/+11
| | | | This resolves #564.
* Update brace style.Jason Evans2017-01-211-4/+2
| | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
* Break up headers into constituent partsDavid Goldblatt2017-01-121-0/+5
| | | | | | | | | | This is part of a broader change to make header files better represent the dependencies between one another (see https://github.com/jemalloc/jemalloc/issues/533). It breaks up component headers into smaller parts that can be made to have a simpler dependency graph. For the autogenerated headers (smoothstep.h and size_classes.h), no splitting was necessary, so I didn't add support to emit multiple headers.
* Add a_type parameter to qr_{meld,split}().Jason Evans2016-12-131-4/+4
|
* Style and spelling fixes.Jason Evans2014-12-091-2/+4
|
* Normalize #define whitespace.Jason Evans2013-12-091-11/+11
| | | | Consistently use a tab rather than a space following #define.
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+67