Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp169 auto untag_4b = [](uptr p) { in FindHeapAllocation() local
172 if (untag_4b(h.tagged_addr) <= untag_4b(tagged_addr) && in FindHeapAllocation()
173 untag_4b(h.tagged_addr) + h.requested_size > untag_4b(tagged_addr)) { in FindHeapAllocation()