Home
last modified time | relevance | path

Searched refs:TAG_MASK (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dmalloc_tagged_pointers.h56 static constexpr uintptr_t TAG_MASK = static_cast<uintptr_t>(0xFF) << TAG_SHIFT; variable
59 return __libc_globals->heap_pointer_tag & TAG_MASK; in FixedPointerTag()
63 return (__libc_globals->heap_pointer_tag << (TAG_SHIFT - CHECK_SHIFT)) & TAG_MASK; in PointerCheckMask()