Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_linux.cpp83 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
Dasan_mac.cpp50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
Dasan_win.cpp321 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function