Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase_test.cpp57 if (theMemory == nullptr) { in operator new()
58 theMemory = malloc(size); in operator new()
60 return theMemory; in operator new()
64 if (mAllocCount != 1 || p != theMemory) { in operator delete()
80 static void* theMemory; member in FooFixedAlloc
84 void* FooFixedAlloc::theMemory(nullptr);