This is an archive of the discontinued LLVM Phabricator instance.

tsan: remove mblock types
ClosedPublic

Authored by dvyukov on Jul 28 2021, 8:50 AM.

Details

Summary

We used to count number of allocations/bytes based on the type
and maybe record them in heap block headers.
But that's all in the past, now it's not used for anything.
Remove the mblock type.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Jul 28 2021, 8:50 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 8:50 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov updated this revision to Diff 362415.Jul 28 2021, 8:53 AM

fix tests build

vitalybuka accepted this revision.Jul 28 2021, 10:59 AM
This revision is now accepted and ready to land.Jul 28 2021, 10:59 AM
This revision was landed with ongoing or failed builds.Jul 28 2021, 11:09 AM
This revision was automatically updated to reflect the committed changes.