Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h93 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine() function
94 return State.pointerIsMine(Ptr); in pointerIsMine()
H A Dcommon.h90 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine() function
H A Dguarded_pool_allocator.cpp273 assert(pointerIsMine(Ptr) && "Pointer is not mine!"); in deallocate()
315 assert(pointerIsMine(Ptr)); in getSize()
H A Dcommon.cpp82 assert(pointerIsMine(reinterpret_cast<void *>(Ptr))); in isGuardPage()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp461 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) { in deallocate()
498 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) { in reallocate()
551 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) in getUsableSize()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h520 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {
577 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) {
814 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) in getUsableSize()
838 if (GuardedAlloc.pointerIsMine(Ptr)) in isOwned()