This is an archive of the discontinued LLVM Phabricator instance.

[dfsan] Turn off THP at dfsan_flush
ClosedPublic

Authored by stephan.yichao.zhao on Feb 11 2021, 7:19 PM.

Details

Summary

https://reviews.llvm.org/D89662 turned this off at dfsan_init.
dfsan_flush also needs to turn it off.
W/o this a program using dfsan_flush may get more and more memory usage after hours.

Diff Detail

Event Timeline

stephan.yichao.zhao requested review of this revision.Feb 11 2021, 7:19 PM
stephan.yichao.zhao created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 11 2021, 7:19 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
stephan.yichao.zhao edited the summary of this revision. (Show Details)Feb 11 2021, 7:26 PM
This revision is now accepted and ready to land.Feb 12 2021, 7:18 AM