Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Quota

117     // is not performed. MaxSize is turned into unswitching quota for
119 // the quota is returned by releaseMemory() when the loop has been
358 // Reallocate "can-be-unswitched quota"
363 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
364 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
365 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
1031 // Recalculate unswitching quota, inherit simplified switches info for NewBB,