Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dnc_alloc.cpp123 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 FastAllocator
164 FastAllocator::Block *FastAllocator::mBlocks = member in FastAllocator