| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Header refactoring: unify and de-catchall mutex module | David Goldblatt | 2017-05-24 | 1 | -0/+1 |
| | | |||||
| * | Header refactoring: size_classes module - remove from the catchall | David Goldblatt | 2017-04-24 | 1 | -0/+3 |
| | | |||||
| * | Allocate increasingly large base blocks. | Jason Evans | 2017-04-17 | 1 | -1/+8 |
| | | | | | | Limit the total number of base block by leveraging the exponential size class sequence, similarly to extent_grow_retained(). | ||||
| * | Make base_t's extent_hooks field C11-atomic | David Goldblatt | 2017-04-05 | 1 | -5/+5 |
| | | |||||
| * | Break up headers into constituent parts | David Goldblatt | 2017-01-12 | 1 | -0/+44 |
| 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. | |||||
