Searched refs:sSlotFreeList (Results 1 – 1 of 1) sorted by relevance
345 static paranoia_slot* sSlotFreeList; variable353 if (sSlotFreeList == NULL) in allocate_slot()356 paranoia_slot* slot = sSlotFreeList; in allocate_slot()357 sSlotFreeList = slot->nextFree; in allocate_slot()365 slot->nextFree = sSlotFreeList; in free_slot()366 sSlotFreeList = slot; in free_slot()