Searched refs:fOwnFirstBlock (Results 1 – 1 of 1) sorted by relevance
34 , fOwnFirstBlock(nullptr == initialBlock) in GrAllocator()39 if (fOwnFirstBlock) { in GrAllocator()87 int firstBlockToFree = fOwnFirstBlock ? 0 : 1; in reset()91 if (fOwnFirstBlock) { in reset()225 fOwnFirstBlock = false; in setInitialBlock()240 bool fOwnFirstBlock; variable