This is an archive of the discontinued LLVM Phabricator instance.

[MemProf] Move the MemInfoBlock definition to a separate header.
ClosedPublic

Authored by snehasish on Nov 5 2021, 12:58 PM.

Details

Summary

Move the memprof MemInfoBlock struct to it's own header as requested
during the review of D111676.

Diff Detail

Event Timeline

snehasish requested review of this revision.Nov 5 2021, 12:58 PM
snehasish created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2021, 12:58 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
snehasish updated this revision to Diff 385172.Nov 5 2021, 1:02 PM

Update Print() invocation in the allocator.

vitalybuka accepted this revision.Nov 5 2021, 1:23 PM

Thanks!

This revision is now accepted and ready to land.Nov 5 2021, 1:23 PM
snehasish updated this revision to Diff 385190.Nov 5 2021, 2:11 PM

Add header to CMakelist.