summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/extent_mmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Header refactoring: unify and de-catchall extent_mmap module.David Goldblatt2017-05-311-0/+10
|
* Break up headers into constituent partsDavid Goldblatt2017-01-121-21/+0
| | | | | | | | | | 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.
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-0/+21