Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp200 if (IsMetaMem(reinterpret_cast<u32 *>(addr))) { in __tsan_locate_address()
H A Dtsan_platform.h921 bool IsMetaMem(const u32 *p) { in IsMetaMem() function