summaryrefslogtreecommitdiffstats
path: root/test/unit/prof_accum_a.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor permuted backtrace test allocation.Jason Evans2014-10-021-3/+0
| | | | | | 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.
* Break prof_accum into multiple compilation units.Jason Evans2014-02-251-0/+3
Break prof_accum into multiple compilation units, in order to thwart compiler optimizations such as inlining and tail call optimization that would alter backtraces.