Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dmalloc_tagged_pointers.h50 static constexpr uintptr_t POINTER_TAG = 0xB4; variable
H A Dheap_tagging.cpp52 globals->heap_pointer_tag = (reinterpret_cast<uintptr_t>(POINTER_TAG) << TAG_SHIFT) | in SetDefaultHeapTaggingLevel()