| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Base version string on 'git describe --long', and provide cpp
macros in jemalloc.h.
Add the version mallctl.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Use left-leaning 2-3 red-black trees instead of left-leaning 2-3-4
red-black trees. This reduces maximum tree height from (3 lg n) to
(2 lg n).
Do lazy balance fixup, rather than transforming the tree during the down
pass. This improves insert/remove speed by ~30%.
Use callback-based iteration rather than macros.
|
| |
|
|
|
| |
Include mb.h after mutex.h, in case it actually has to use the
mutex-based memory barrier implementation.
|
| | |
|
| |
|