Home
last modified time | relevance | path

Searched refs:FastAllocator (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/eh/
Dnc_alloc.cpp112 class FastAllocator { class
164 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;