Searched refs:mAllocCount (Results 1 – 1 of 1) sorted by relevance
53 if (mAllocCount != 0) { in operator new()56 mAllocCount = 1; in operator new()64 if (mAllocCount != 1 || p != theMemory) { in operator delete()67 mAllocCount = 0; in operator delete()79 static int mAllocCount; member in FooFixedAlloc83 int FooFixedAlloc::mAllocCount(0); member in FooFixedAlloc