We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291fd8f commit 68e90e4Copy full SHA for 68e90e4
compiler-rt/lib/asan/asan_poisoning.h
@@ -11,6 +11,9 @@
11
// Shadow memory poisoning by ASan RTL and by user application.
12
//===----------------------------------------------------------------------===//
13
14
+#ifndef ASAN_POISONING_H
15
+#define ASAN_POISONING_H
16
+
17
#include "asan_interceptors.h"
18
#include "asan_internal.h"
19
#include "asan_mapping.h"
@@ -96,3 +99,5 @@ ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone(
96
99
void FlushUnneededASanShadowMemory(uptr p, uptr size);
97
100
98
101
} // namespace __asan
102
103
+#endif // ASAN_POISONING_H
0 commit comments