Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_internal.h67 bool IsSystemHeapAddress(uptr addr);
H A Dasan_linux.cc86 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_win.cc293 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
H A Dasan_mac.cc49 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_allocator.cc620 if (!IsSystemHeapAddress(p)) in Deallocate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_internal.h69 bool IsSystemHeapAddress(uptr addr);
H A Dasan_linux.cc84 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_mac.cc51 bool IsSystemHeapAddress (uptr addr) { return false; } in IsSystemHeapAddress() function
H A Dasan_win.cc295 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
H A Dasan_allocator.cc622 if (!IsSystemHeapAddress(p)) in Deallocate()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_internal.h68 bool IsSystemHeapAddress(uptr addr);
H A Dasan_linux.cpp84 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.cpp321 bool IsSystemHeapAddress(uptr addr) { in IsSystemHeapAddress() function
H A Dasan_allocator.cpp687 if (!IsSystemHeapAddress(p)) in Deallocate()