Home
last modified time | relevance | path

Searched defs:__sanitizer_get_ownership (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc242 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership() function
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc246 int __sanitizer_get_ownership(const void *p) { return Metadata(p) != nullptr; } in __sanitizer_get_ownership() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc289 int __sanitizer_get_ownership(const void *p) { in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp341 int __sanitizer_get_ownership(const void *p) { return Metadata(p) != nullptr; } in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp406 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp389 int __sanitizer_get_ownership(const void *p) { in __sanitizer_get_ownership() function
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp629 int __sanitizer_get_ownership(const void *p) { in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp368 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp796 int __sanitizer_get_ownership(const void *Ptr) { in __sanitizer_get_ownership() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc894 int __sanitizer_get_ownership(const void *p) { in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp892 int __sanitizer_get_ownership(const void *p) { in __sanitizer_get_ownership() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp1197 int __sanitizer_get_ownership(const void *p) { in __sanitizer_get_ownership() function