commit | d8803d3d9251d35499659538244e5dd4550f5aaf | [log] [tgz] |
---|---|---|
author | Kostya Kortchinsky <[email protected]> | Wed Apr 25 18:52:29 2018 |
committer | Kostya Kortchinsky <[email protected]> | Wed Apr 25 18:52:29 2018 |
tree | 4fd33eeba6733047142582f1725132fc16dc9049 | |
parent | a48924c706dc2e0d0adc56aefb058d3696f85946 [diff] |
[scudo] Adding an interface function to print allocator stats Summary: This adds `__scudo_print_stats` as an interface function to display the Primary and Secondary allocator statistics for Scudo. Reviewers: alekseyshl, flowerhack Reviewed By: alekseyshl Subscribers: delcypher, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D46016 llvm-svn: 330857