Home
last modified time | relevance | path

Searched refs:pointerIsMine (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h50 // pointerIsMine() will return false.
97 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const {
98 return State.pointerIsMine(Ptr);
88 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { pointerIsMine() function
H A Dguarded_pool_allocator.cpp329 assert(pointerIsMine(Ptr) && "Pointer is not mine!"); in deallocate()
380 assert(pointerIsMine(Ptr) && "Pointer is not mine!"); in preCrashReport()
433 assert(pointerIsMine(Ptr)); in getSize()
H A Dcommon.cpp82 assert(pointerIsMine(reinterpret_cast<void *>(Ptr))); in isGuardPage()
H A Dcommon.h118 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h441 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {
498 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) {
760 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) in getAllocSize()
786 if (GuardedAlloc.pointerIsMine(Ptr)) in isOwned()