Searched refs:freeNode (Results 1 – 3 of 3) sorted by relevance
301 Node* freeNode = iter.init(fFreeList, Iter::kHead_IterStart); in validate() local302 while (freeNode) { in validate()303 SkASSERT(fFreeList.isInList(freeNode)); in validate()304 Block* block = freeNode->fBlock; in validate()318 freeNode = iter.next(); in validate()
85 vs->vsapi->freeNode(vs->outnode); in read_close_vs()
11743 for(Node* freeNode = m_FreeList[level].front; in CreateAllocationRequest() local11744 freeNode != VMA_NULL; in CreateAllocationRequest()11745 freeNode = freeNode->free.next) in CreateAllocationRequest()11747 if(freeNode->offset % allocAlignment == 0) in CreateAllocationRequest()11750 pAllocationRequest->offset = freeNode->offset; in CreateAllocationRequest()