summaryrefslogtreecommitdiffstats
path: root/test/unit/stats_print.c
Commit message (Collapse)AuthorAgeFilesLines
* Header refactoring: move util.h out of the catchallDavid Goldblatt2017-04-191-0/+2
|
* Added JSON output for lock stats.Qi Wang2017-03-231-1/+6
| | | | Also added option 'x' to malloc_stats() to bypass lock section.
* Silence harmless warnings discovered via run_tests.sh.Jason Evans2017-02-011-2/+5
|
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
| | | | This resolves #540.
* Update brace style.Jason Evans2017-01-211-34/+17
| | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537.
* Test JSON output of malloc_stats_print() and fix bugs.Jason Evans2017-01-191-0/+1006
Implement and test a JSON validation parser. Use the parser to validate JSON output from malloc_stats_print(), with a significant subset of supported output options. This resolves #551.