Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_internal.h68 bool IsSystemHeapAddress(uptr addr);
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
Dasan_allocator.cpp688 if (!IsSystemHeapAddress(p)) in Deallocate()