Lines Matching refs:isAllocated
76 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anone8977cbd0111::RefState
424 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anone8977cbd0111::MallocChecker::MallocBugVisitor
428 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated()
429 (!SPrev || !(SPrev->isAllocated() || in isAllocated()
456 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck()
457 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck()
896 if (RS->isAllocated()) in ProcessZeroAllocation()
1398 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
1424 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
2131 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()
2574 if ((RS->isAllocated() || RS->isAllocatedOfSizeZero()) && in checkPointerEscapeAux()
2636 if (isAllocated(RS, RSPrev, S)) { in VisitNode()