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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h68 bool IsSystemHeapAddress(uptr addr);
H A Dasan_linux.cpp83 bool IsSystemHeapAddress (uptr addr) { return false; } function in namespace:__asan
H A Dasan_mac.cpp50 bool IsSystemHeapAddress (uptr addr) { return false; } function in namespace:__asan
H A Dasan_win.cpp322 bool IsSystemHeapAddress(uptr addr) { function in namespace:__asan
H A Dasan_allocator.cpp638 if (!IsSystemHeapAddress(p))

Completed in 106 milliseconds