summaryrefslogtreecommitdiffstats
path: root/test/integration/MALLOCX_ARENA.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
| | | | This resolves #564.
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-3/+3
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-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 Evans2017-01-131-1/+0
| | | | This resolves #535.
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-2/+2
|
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-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 Evans2014-04-151-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 Evans2014-04-151-2/+2
|
* Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans2014-03-281-0/+58