Searched refs:NextInPool (Results 1 – 2 of 2) sorted by relevance
60 FreeLists[index] = attr->NextInPool; in allocate()74 AttributeList *next = cur->NextInPool; in reclaimPool()84 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()103 AttributeList *next = pool->NextInPool; in takePool()104 pool->NextInPool = Head; in takePool()
137 AttributeList *NextInPool; variable223 HasParsedType(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()242 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()262 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()280 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()298 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()312 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()549 attr->NextInPool = Head; in add()