Searched refs:mUsed (Results 1 – 1 of 1) sorted by relevance
123 else if (mBlocks != 0 && mUsed < kBlockCount) { in Allocate()124 result = (void*)&mBlocks[mUsed++]; in Allocate()161 static size_t mUsed; member in FastAllocator167 size_t FastAllocator::mUsed; member in FastAllocator