Home | History | Annotate | Download | only in alloc

Lines Matching refs:lastRef

1112     Object **lastRef;
1142 lastRef = finRefs->refs.nextEntry;
1143 while (ref < lastRef) {
1197 lastRef = newPendingRefs.nextEntry;
1198 assert(ref < lastRef);
1200 while (ref < lastRef) {