We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f341ce7 + 202d9f8 commit df5d71cCopy full SHA for df5d71c
1 file changed
include/iso_alloc_internal.h
@@ -254,7 +254,7 @@ assert(sizeof(size_t) >= 64)
254
#define BIG_ZONE_USER_PAGE_COUNT 2
255
#define BIG_ZONE_USER_PAGE_COUNT_SHIFT 1
256
257
-#if MEMORY_TAGGING
+#if MEMORY_TAGGING || (ARM_MTE == 1)
258
#define TAGGED_PTR_MASK 0x00ffffffffffffff
259
#define IS_TAGGED_PTR_MASK 0xff00000000000000
260
#define UNTAGGED_BITS 56
0 commit comments