Jason Evans
|
f408643a4c
|
Remove extraneous parens around return arguments.
This resolves #540.
|
2017-01-20 21:43:07 -08:00 |
|
Jason Evans
|
c4c2592c83
|
Update brace style.
Add braces around single-line blocks, and remove line breaks before
function-opening braces.
This resolves #537.
|
2017-01-20 21:43:07 -08:00 |
|
Jason Evans
|
ffbb7dac3d
|
Remove leading blank lines from function bodies.
This resolves #535.
|
2017-01-13 14:49:24 -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
|
ed2c2427a7
|
Use huge size class infrastructure for large size classes.
|
2016-06-05 20:42:18 -07:00 |
|
Jason Evans
|
772163b4f3
|
Add heap profiling tests.
Fix a regression in prof_dump_ctx() due to an uninitized variable. This
was caused by revision 4f37ef693e , so no
releases are affected.
|
2014-01-17 15:40:52 -08:00 |
|