This is an archive of the discontinued LLVM Phabricator instance.

tsan: remove mallopt calls
ClosedPublic

Authored by dvyukov on Aug 3 2021, 4:51 AM.

Details

Summary

mallopt calls are left-over from the times we used
libc_malloc/libc_free for internal allocations.
Now we have own internal allocator, so this is not needed.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Aug 3 2021, 4:51 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2021, 4:51 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Aug 3 2021, 6:26 AM
This revision is now accepted and ready to land.Aug 3 2021, 6:26 AM
This revision was landed with ongoing or failed builds.Aug 3 2021, 7:18 AM
This revision was automatically updated to reflect the committed changes.