Home | History | Annotate | Download | only in core

Lines Matching defs:free

43     // Having fCount initialized to -1 indicates that the first time we attempt to grab a free node
44 // all the nodes in the pre-allocated first block need to be inserted into the free list. This
268 // Don't ever elease the first block, just add its nodes to the free list
288 // We should not yet have initialized the free list.
292 // Should only have the nodes from the first block in the free list.
304 // Only the first block is allowed to have all its nodes in the free list.
310 bool free = fFreeList.isInList(block->fNodes + i);
312 SkASSERT(free != active);
314 freeCnt += free;
331 bool free = fFreeList.isInList(block->fNodes + i);
333 SkASSERT(free != active);
335 freeCnt += free;