Home
last modified time | relevance | path

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

/src/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.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
/src/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()