This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Adding an interface function to print allocator stats
ClosedPublic

Authored by cryptoad on Apr 24 2018, 8:32 AM.

Diff Detail

Event Timeline

cryptoad created this revision.Apr 24 2018, 8:32 AM
Herald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptApr 24 2018, 8:32 AM
cryptoad updated this revision to Diff 143774.Apr 24 2018, 9:41 AM

Added a very generic test.

alekseyshl accepted this revision.Apr 24 2018, 4:22 PM
alekseyshl added inline comments.
include/sanitizer/scudo_interface.h
31

Add a comment describing the intended use and what kind of stats (in general) it prints.

This revision is now accepted and ready to land.Apr 24 2018, 4:22 PM
cryptoad updated this revision to Diff 143947.Apr 25 2018, 8:51 AM
cryptoad marked an inline comment as done.

Add description of the function in the interface header.

This revision was automatically updated to reflect the committed changes.