Searched refs:FastAllocator (Results 1 – 1 of 1) sorted by relevance
112 class FastAllocator { class164 FastAllocator::Block *FastAllocator::mBlocks =165 (FastAllocator::Block*)EH_CSTD::calloc( sizeof(FastAllocator::Block), FastAllocator::kBlockCount );166 FastAllocator::Block *FastAllocator::mFree;167 size_t FastAllocator::mUsed;170 static FastAllocator gFastAllocator;