Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp194 auto untag_4b = [](uptr p) { in FindHeapAllocation() local
197 if (untag_4b(h.tagged_addr) <= untag_4b(tagged_addr) && in FindHeapAllocation()
198 untag_4b(h.tagged_addr) + h.requested_size > untag_4b(tagged_addr)) { in FindHeapAllocation()