summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-11-27 19:53:53 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-11-27 19:53:53 +0000
commitdc8c0dd36ba2c119772ec7e614ca33ec6463214e (patch)
treeb2fbe385f30c1b5fb71975d37610d9ef18be74eb /test/tsan
parent47ee90b8a3d5b4b9a358aed092f63799f7de9dd5 (diff)
[fuchsia] Update Fuchsia with a new mmap implementation.
Summary: Now that the sanitizer_common interface for MmapNoAccess / MmapFixed have been refactored to allow a more OO-esque access pattern, update the Fuchsia mmap implementation to take advantage of this. Previously MmapNoAccess / MmapFixed relied on a global allocator_vmar, since the sanitizer_allocator only called MmapNoAccess once. Now, we create a new VMAR per ReservedAddressRange object. This allows the sanitizer allocator to work in tandem with the Scudo secondary allocator. This is part 4 of a 4 part changeset: * part 1 https://reviews.llvm.org/D38593 * part 2 https://reviews.llvm.org/D38592 * part 3 https://reviews.llvm.org/D38593 Reviewers: mcgrathr, cryptoad Reviewed By: cryptoad Subscribers: alekseyshl, mcgrathr, kubamracek, mehdi_amini Differential Revision: https://reviews.llvm.org/D38595 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
0 files changed, 0 insertions, 0 deletions