Searched refs:pointerIsMine (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dbasic.cpp15 EXPECT_TRUE(GPA.pointerIsMine(Ptr));
21 EXPECT_FALSE(GPA.pointerIsMine(nullptr));
33 EXPECT_TRUE(GPA.pointerIsMine(Ptr));
82 EXPECT_TRUE(GPA.pointerIsMine(Ptrs[i]));
88 EXPECT_FALSE(GPA.pointerIsMine(nullptr));
H A Dslot_reuse.cpp16 EXPECT_TRUE(GPA->pointerIsMine(Ptr));
50 EXPECT_TRUE(GPA->pointerIsMine(Ptr));
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h41 // pointerIsMine() will return false.
88 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { function in class:gwp_asan::GuardedPoolAllocator
89 return State.pointerIsMine(Ptr);
H A Dcommon.cpp82 assert(pointerIsMine(reinterpret_cast<void *>(Ptr)));
H A Dcommon.h118 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { function in struct:gwp_asan::AllocatorState
H A Dguarded_pool_allocator.cpp326 assert(pointerIsMine(Ptr) && "Pointer is not mine!");
377 assert(pointerIsMine(Ptr) && "Pointer is not mine!");
430 assert(pointerIsMine(Ptr));
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h551 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {
608 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) {
845 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr)))
869 if (GuardedAlloc.pointerIsMine(Ptr))

Completed in 400 milliseconds