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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp212 assert(pointerIsMine(Ptr) && "Pointer is not mine!");
245 assert(pointerIsMine(Ptr));
259 assert(pointerIsMine(reinterpret_cast<void *>(Ptr)));
269 assert(pointerIsMine(reinterpret_cast<void *>(Ptr)));
274 assert(pointerIsMine(reinterpret_cast<void *>(Ptr)));
481 if (!pointerIsMine(reinterpret_cast<void *>(AccessPtr))) {
H A Dguarded_pool_allocator.h86 // pointerIsMine() will return false.
115 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { function in class:gwp_asan::GuardedPoolAllocator
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h308 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {
354 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) {
518 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr)))
541 if (GuardedAlloc.pointerIsMine(Ptr))
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp457 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {
494 if (UNLIKELY(GuardedAlloc.pointerIsMine(OldPtr))) {
547 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr)))

Completed in 119 milliseconds