CheckForPvallocOverflow was introduced with D35818 to detect when pvalloc
would wrap when rounding up to the next multiple of the page size.
Add this check to TSan's pvalloc implementation.
Paths
| Differential D36245
[tsan] Check for pvalloc overlow ClosedPublic Authored by cryptoad on Aug 2 2017, 3:39 PM.
Details Summary CheckForPvallocOverflow was introduced with D35818 to detect when pvalloc Add this check to TSan's pvalloc implementation.
Diff Detail
Revision Contents
Diff 109443 lib/tsan/rtl/tsan_mman.cc
lib/tsan/tests/unit/tsan_mman_test.cc
|