Home
last modified time | relevance | path

Searched refs:IsSystemHeapAddress (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_internal.h68 bool IsSystemHeapAddress(uptr addr);
H A Dasan_linux.cpp85 bool IsSystemHeapAddress(uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_mac.cpp50 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_win.cpp319 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
H A Dasan_allocator.cpp676 if (!IsSystemHeapAddress(p)) in Deallocate()