Lines Matching refs:isAllocated
77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon42261f860111::RefState
427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon42261f860111::MallocChecker::MallocBugVisitor
431 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated()
432 (!SPrev || !(SPrev->isAllocated() || in isAllocated()
459 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck()
460 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck()
907 if (RS->isAllocated()) in ProcessZeroAllocation()
1406 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
2139 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()
2592 if ((RS->isAllocated() || RS->isAllocatedOfSizeZero()) && in checkPointerEscapeAux()
2654 if (isAllocated(RS, RSPrev, S)) { in VisitNode()