Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Quota

119     // is not performed. MaxSize is turned into unswitching quota for
121 // the quota is returned by releaseMemory() when the loop has been
354 // Reallocate "can-be-unswitched quota"
359 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
360 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
361 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
1088 // Recalculate unswitching quota, inherit simplified switches info for NewBB,