Searched refs:FromPrimary (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h31 UNLIKELY(internal_allocator()->FromPrimary(ptr));
36 CHECK(internal_allocator()->FromPrimary(ptr));
44 CHECK(internal_allocator()->FromPrimary(ptr));
59 CHECK(internal_allocator()->FromPrimary(ptr));
H A Dsanitizer_allocator_combined.h121 bool FromPrimary(const void *p) const { return primary_.PointerIsMine(p); } function in class:CombinedAllocator
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp510 if (ptr && allocator.FromPrimary(ptr))
529 if (!allocator.FromPrimary(alloc_beg))
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp104 if (cleared && allocator.FromPrimary(p))
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp71 return allocator.FromPrimary(reinterpret_cast<void *>(block_));
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp739 if (ptr && allocator.FromPrimary(ptr))
768 if (!allocator.FromPrimary(alloc_beg))

Completed in 181 milliseconds