This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] Do not call mmap and munmap from thread functions.
ClosedPublic

Authored by sivachandra on Apr 1 2022, 12:38 AM.

Details

Summary

Instead, memory is allocated and deallocated using mmap and munmap
syscalls directly.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 1 2022, 12:38 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 1 2022, 12:38 AM
sivachandra requested review of this revision.Apr 1 2022, 12:38 AM
lntue accepted this revision.Apr 1 2022, 9:45 AM
This revision is now accepted and ready to land.Apr 1 2022, 9:45 AM