Home
last modified time | relevance | path

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

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