Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_linux.cc84 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_mac.cc51 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_win.cc295 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function