| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix assertions in arena_purge(). | Jason Evans | 2011-06-13 | 1 | -2/+2 |
| | | | | | | | | | Fix assertions in arena_purge() to accurately reflect the constraints in arena_maybe_purge(). There were two bugs here, one of which merely weakened the assertion, and the other of which referred to an uninitialized variable (typo; used npurgatory instead of arena->npurgatory). | ||||
| * | Use LLU suffix for all 64-bit constants. | Jason Evans | 2011-05-22 | 2 | -2/+2 |
| | | | | | | | Add the LLU suffix for all 0x... 64-bit constants. Reported by Jakob Blomer. | ||||
| * | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 21 | -0/+11560 |
