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 9f4cd2a commit e537977Copy full SHA for e537977
src/pool/pool_disjoint.cpp
@@ -40,14 +40,14 @@
40
41
static inline void annotate_memory_inaccessible([[maybe_unused]] void *ptr,
42
[[maybe_unused]] size_t size) {
43
-#ifdef POISON_MEMORY
+#if (POISON_MEMORY != 0)
44
utils_annotate_memory_inaccessible(ptr, size);
45
#endif
46
}
47
48
static inline void annotate_memory_undefined([[maybe_unused]] void *ptr,
49
50
51
utils_annotate_memory_undefined(ptr, size);
52
53
0 commit comments