Home | History | Annotate | Download | only in utils

Lines Matching defs:fAllocator

71     bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
72 size_t storageAllocatedForRecording() const { return fAllocator.totalCapacity(); }
84 SkChunkAlloc fAllocator;
90 fAllocator(kMinBlockSize) {
96 fAllocator.reset();
110 fBlock = fAllocator.allocThrow(blockSize);
134 fAllocator.reset();