Searched refs:NextInPool (Results 1 – 2 of 2) sorted by relevance
46 FreeLists[index] = attr->NextInPool; in allocate()60 AttributeList *next = cur->NextInPool; in reclaimPool()70 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()89 AttributeList *next = pool->NextInPool; in takePool()90 pool->NextInPool = Head; in takePool()
107 AttributeList *NextInPool; variable160 IsTypeTagForDatatype(false), NextInPosition(0), NextInPool(0) { in AttributeList()181 NextInPosition(0), NextInPool(0) { in AttributeList()199 IsTypeTagForDatatype(true), NextInPosition(NULL), NextInPool(NULL) { in AttributeList()410 attr->NextInPool = Head; in add()