Searched refs:__sanitizer_get_ownership (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dallocator_interface.h27 int __sanitizer_get_ownership(const volatile void *p);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h23 SANITIZER_INTERFACE_ATTRIBUTE int __sanitizer_get_ownership(const void *p);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp205 (!__sanitizer_get_ownership(memory) && HeapValidate(heap, 0, memory))
286 bool owned_asan = __sanitizer_get_ownership(lpMem);
H A Dasan_allocator.cpp1103 int __sanitizer_get_ownership(const void *p) { function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp341 int __sanitizer_get_ownership(const void *p) { return Metadata(p) != nullptr; } function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp404 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp354 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp389 int __sanitizer_get_ownership(const void *p) { function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp790 int __sanitizer_get_ownership(const void *Ptr) { function

Completed in 208 milliseconds