Searched refs:curAnchor (Results 1 – 1 of 1) sorted by relevance
175 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */ variable210 if (curAnchor != NULL) { /* if anything was collected!.. */ in monitor()300 newanchp = (curAnchor == NULL) ? &firstAnchor : in monitor()312 newanchp->prior = curAnchor; /* new, backward. */ in monitor()313 if (curAnchor != NULL) in monitor()314 curAnchor->next = newanchp; /* old, forward to new. */ in monitor()348 curAnchor = newanchp; /* make latest addition, the cur anchor */ in monitor()470 newanchp->prior = curAnchor; /* new, backward. */ in _mnewblock()471 if (curAnchor != NULL) in _mnewblock()472 curAnchor->next = newanchp; /* old, forward to new. */ in _mnewblock()[all …]