Searched refs:mBlocks (Results 1 – 1 of 1) sorted by relevance
123 else if (mBlocks != 0 && mUsed < kBlockCount) { in Allocate()124 result = (void*)&mBlocks[mUsed++]; in Allocate()132 if (mBlocks == 0 || b < mBlocks || b >= mBlocks + kBlockCount) in Free()159 static Block* mBlocks; member in FastAllocator164 FastAllocator::Block *FastAllocator::mBlocks = member in FastAllocator