Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_tagged_pointers.h62 static inline uintptr_t PointerCheckMask() { in PointerCheckMask() function
101 if ((ptr_int & PointerCheckMask()) != FixedPointerTag()) { in MaybeUntagAndCheckPointer()