Lines Matching refs:isAllocated
165 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon0957485b0211::RefState
886 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon0957485b0611::MallocBugVisitor
890 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated()
892 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated()
924 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed()
926 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed()
1519 if (RS->isAllocated()) in ProcessZeroAllocCheck()
2039 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux()
2058 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
2856 if (State.isAllocated() || State.isAllocatedOfSizeZero()) in checkDeadSymbols()
3375 if (RS->isAllocated() || RS->isAllocatedOfSizeZero()) in checkPointerEscapeAux()
3480 if (isAllocated(RSCurr, RSPrev, S)) { in VisitNode()