Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h97 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine() function
98 return State.pointerIsMine(Ptr); in pointerIsMine()
H A Dguarded_pool_allocator.cpp326 assert(pointerIsMine(Ptr) && "Pointer is not mine!"); in deallocate()
377 assert(pointerIsMine(Ptr) && "Pointer is not mine!"); in preCrashReport()
430 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-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h538 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {
595 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) {
841 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) in getAllocSize()
867 if (GuardedAlloc.pointerIsMine(Ptr)) in isOwned()