Jason Evans
0f04bb1d6f
Rename the arenas.extend mallctl to arenas.create.
2017-01-06 18:58:45 -08:00
Jason Evans
977103c897
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
...
This avoids warnings in some cases, and is otherwise generally good
hygiene.
2016-10-27 21:31:25 -07:00
Jason Evans
4d434adb14
Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.
...
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.
2014-04-15 12:09:48 -07:00
Jason Evans
9790b9667f
Remove the *allocm() API, which is superceded by the *allocx() API.
2014-04-14 22:32:31 -07:00
Jason Evans
c2dcfd8ded
Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.
2014-03-28 10:40:03 -07:00