summaryrefslogtreecommitdiffstats
path: root/test/src/btalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-1/+1
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-2/+1
| | | | | | | 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.
* Refactor permuted backtrace test allocation.Jason Evans2014-10-021-0/+8
Refactor permuted backtrace test allocation that was originally used only by the prof_accum test, so that it can be used by other heap profiling test binaries.