Searched refs:mFree (Results 1 – 1 of 1) sorted by relevance
119 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 FastAllocator166 FastAllocator::Block *FastAllocator::mFree; member in FastAllocator