Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -1/+1 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -3/+3 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -7/+5 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -1/+0 |
* | Rename the arenas.extend mallctl to arenas.create. | Jason Evans | 2017-01-07 | 1 | -2/+2 |
* | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-10-28 | 1 | -2/+2 |
* | Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. | Jason Evans | 2014-04-15 | 1 | -3/+14 |
* | Remove the *allocm() API, which is superceded by the *allocx() API. | Jason Evans | 2014-04-15 | 1 | -2/+2 |
* | Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. | Jason Evans | 2014-03-28 | 1 | -0/+58 |