Lines Matching refs:isAllocated
164 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anonac89c38b0211::RefState
976 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anonac89c38b0611::MallocBugVisitor
980 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in isAllocated()
982 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in isAllocated()
1014 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) && in hasReallocFailed()
1016 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero()))); in hasReallocFailed()
1554 if (RS->isAllocated()) in ProcessZeroAllocCheck()
1997 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero()); in FreeMemAux()
2016 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
2812 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()
3328 if (RS->isAllocated() || RS->isAllocatedOfSizeZero()) in checkPointerEscapeAux()
3422 if (isAllocated(RSCurr, RSPrev, S)) { in VisitNode()