[PATCH] D46016: [scudo] Adding an interface function to print allocator stats
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 24 16:22:06 PDT 2018
alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/sanitizer/scudo_interface.h:31
+
+ void __scudo_print_stats(void);
#ifdef __cplusplus
----------------
Add a comment describing the intended use and what kind of stats (in general) it prints.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D46016
More information about the llvm-commits
mailing list