Searched refs:NextInPool (Results 1 – 2 of 2) sorted by relevance
56 FreeLists[index] = attr->NextInPool; in allocate()70 AttributeList *next = cur->NextInPool; in reclaimPool()80 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()99 AttributeList *next = pool->NextInPool; in takePool()100 pool->NextInPool = Head; in takePool()
132 AttributeList *NextInPool; variable220 HasParsedType(false), NextInPosition(0), NextInPool(0) { in AttributeList()239 NextInPosition(0), NextInPool(0) { in AttributeList()257 NextInPosition(NULL), NextInPool(NULL) { in AttributeList()275 NextInPosition(0), NextInPool(0) { in AttributeList()289 NextInPosition(0), NextInPool(0) { in AttributeList()543 attr->NextInPool = Head; in add()