File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1515
1616#include " interception/interception.h"
1717#include " sanitizer_common/sanitizer_allocator_dlsym.h"
18- #include " sanitizer_common/sanitizer_allocator_internal.h"
1918#include " sanitizer_common/sanitizer_platform_interceptors.h"
2019
2120#include " interception/interception.h"
2221#include " rtsan/rtsan.h"
23- #include " rtsan/rtsan_context.h"
2422
2523#if SANITIZER_APPLE
2624
@@ -33,11 +31,11 @@ extern "C" {
3331typedef int32_t OSSpinLock;
3432void OSSpinLockLock (volatile OSSpinLock *__lock);
3533}
36- #endif
34+ #endif // TARGET_OS_MAC
3735
3836#include < libkern/OSAtomic.h>
3937#include < os/lock.h>
40- #endif
38+ #endif // SANITIZER_APPLE
4139
4240#if SANITIZER_INTERCEPT_MEMALIGN || SANITIZER_INTERCEPT_PVALLOC
4341#include < malloc.h>
Original file line number Diff line number Diff line change 2828#include < malloc.h>
2929#endif
3030
31- #include < atomic>
32- #include < chrono>
33- #include < string>
34- #include < thread>
35-
3631#include < fcntl.h>
3732#include < pthread.h>
3833#include < stdio.h>
You can’t perform that action at this time.
0 commit comments