Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header refactoring: move util.h out of the catchall | David Goldblatt | 2017-04-19 | 1 | -0/+2 |
| | |||||
* | Added JSON output for lock stats. | Qi Wang | 2017-03-23 | 1 | -1/+6 |
| | | | | Also added option 'x' to malloc_stats() to bypass lock section. | ||||
* | Silence harmless warnings discovered via run_tests.sh. | Jason Evans | 2017-02-01 | 1 | -2/+5 |
| | |||||
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -2/+2 |
| | | | | This resolves #540. | ||||
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -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 Evans | 2017-01-19 | 1 | -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. |