Searched defs:IsSystemHeapAddress (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_linux.cpp | 77 bool IsSystemHeapAddress(uptr addr) { return false; } IsSystemHeapAddress() function |
H A D | asan_mac.cpp | 50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function |
H A D | asan_win.cpp | 333 bool IsSystemHeapAddress(uptr addr) { IsSystemHeapAddress() function |