Mimicks the existing tsan and asan implementations of
Darwin interception.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D31889
Implement standalone lsan interceptors for OS X ClosedPublic Authored by fjricci on Apr 10 2017, 9:57 AM.
Details Summary Mimicks the existing tsan and asan implementations of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 11 2017, 11:51 AM Closed by commit rL299979: Implement standalone lsan interceptors for OS X (authored by fjricci). · Explain WhyApr 11 2017, 1:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 94882 compiler-rt/trunk/lib/lsan/CMakeLists.txt
compiler-rt/trunk/lib/lsan/lsan.h
compiler-rt/trunk/lib/lsan/lsan.cc
compiler-rt/trunk/lib/lsan/lsan_allocator.h
compiler-rt/trunk/lib/lsan/lsan_allocator.cc
compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
compiler-rt/trunk/lib/lsan/lsan_linux.cc
compiler-rt/trunk/lib/lsan/lsan_malloc_mac.cc
|