Home
last modified time | relevance | path

Searched defs:IsSystemHeapAddress (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp77 bool IsSystemHeapAddress(uptr addr) { return false; } IsSystemHeapAddress() function
H A Dasan_mac.cpp50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_win.cpp333 bool IsSystemHeapAddress(uptr addr) { IsSystemHeapAddress() function