Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dmemory_manager.cc26 if (mAllocationCount >= kMaxAllocationCount) { in nanoappAlloc()
42 mAllocationCount++; in nanoappAlloc()
78 if (mAllocationCount > 0) { in nanoappFree()
79 mAllocationCount--; in nanoappFree()
/system/chre/platform/include/chre/platform/
Dmemory_manager.h76 return mAllocationCount; in getAllocationCount()
129 size_t mAllocationCount = 0; variable