Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -1/+1 |
| | | | | This resolves #564. | ||||
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -3/+3 |
| | | | | This resolves #540. | ||||
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -7/+5 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -1/+0 |
| | | | | This resolves #535. | ||||
* | 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 |
| | | | | | This avoids warnings in some cases, and is otherwise generally good hygiene. | ||||
* | Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. | Jason Evans | 2014-04-15 | 1 | -3/+14 |
| | | | | | | | Make dss non-optional on all platforms which support sbrk(2). Fix the "arena.<i>.dss" mallctl to return an error if "primary" or "secondary" precedence is specified, but sbrk(2) is not supported. | ||||
* | 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 |