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: ckh module - remove from the catchall and unify. | David Goldblatt | 2017-04-24 | 1 | -0/+1 |
| | |||||
* | Header refactoring: prng module - remove from the catchall and unify. | David Goldblatt | 2017-04-24 | 1 | -0/+1 |
| | |||||
* | Header refactoring: break out rb.h dependencies | David Goldblatt | 2017-04-11 | 1 | -0/+2 |
| | |||||
* | Convert accumbytes in prof_accum_t to C11 atomics, when possible | David Goldblatt | 2017-04-05 | 1 | -1/+3 |
| | |||||
* | Convert arena->prof_accumbytes synchronization to atomics. | Jason Evans | 2017-02-16 | 1 | -0/+7 |
| | |||||
* | Break up headers into constituent parts | David Goldblatt | 2017-01-12 | 1 | -0/+187 |
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. |