Searched refs:nextSpace (Results 1 – 2 of 2) sorted by relevance
77 firstSpace = firstSpace->nextSpace; in EmptySpaces()143 current = current->nextSpace; in AddEmptySpaces()154 theSpace->prevSpace->nextSpace = theSpace->nextSpace; in UnlinkSpace()155 if (theSpace->nextSpace != NULL) in UnlinkSpace()156 theSpace->nextSpace->prevSpace = theSpace->prevSpace; in UnlinkSpace()158 firstSpace = theSpace->nextSpace; in UnlinkSpace()161 theSpace->nextSpace = NULL; in UnlinkSpace()171 theSpace->nextSpace = NULL; in LinkToEnd()175 theSpace->nextSpace = NULL; in LinkToEnd()176 lastSpace->nextSpace = theSpace; in LinkToEnd()[all …]
72 Space *nextSpace; member