Home
last modified time | relevance | path

Searched defs:__sanitizer_get_ownership (Results 1 – 5 of 5) 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/compiler-rt/lib/scudo/
Dscudo_allocator.cpp629 int __sanitizer_get_ownership(const void *p) { 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