This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Asan] Remove from_memalign and rz_log
ClosedPublic

Authored by vitalybuka on Sep 14 2020, 3:53 PM.

Details

Summary

Before D87643 they where used to optimize UsedSize(). Which was
called frequently from leak scanner.
It was also used for calls from QuarantineCallback
but we have heavy get_allocator().Deallocate call there anyway.

Depends on D87643.

Diff Detail

Event Timeline

vitalybuka created this revision.Sep 14 2020, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 3:53 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka requested review of this revision.Sep 14 2020, 3:53 PM
This revision is now accepted and ready to land.Sep 14 2020, 4:55 PM
This revision was automatically updated to reflect the committed changes.