Searched refs:scratch_inuse (Results 1 – 2 of 2) sorted by relevance
512 pGC->scratch_inuse = FALSE; in NewGCObject()1046 if (pGC && pGC->depth == depth && !pGC->scratch_inuse) { in GetScratchGC()1047 pGC->scratch_inuse = TRUE; in GetScratchGC()1085 if (pGC->scratch_inuse) in FreeScratchGC()1086 pGC->scratch_inuse = FALSE; in FreeScratchGC()
261 unsigned int scratch_inuse:1; /* is this GC in a pool for reuse? */ member