Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dnc_alloc.cpp119 if (mFree != 0) { in Allocate()
120 result = mFree; in Allocate()
121 mFree = mFree->next; in Allocate()
134 b->next = mFree; in Free()
135 mFree = b; in Free()
160 static Block *mFree; member in FastAllocator
166 FastAllocator::Block *FastAllocator::mFree; member in FastAllocator