Searched refs:mAllocationCount (Results 1 – 2 of 2) sorted by relevance
26 if (mAllocationCount >= kMaxAllocationCount) { in nanoappAlloc()45 mAllocationCount++; in nanoappAlloc()81 if (mAllocationCount > 0) { in nanoappFree()82 mAllocationCount--; in nanoappFree()
77 return mAllocationCount; in getAllocationCount()128 size_t mAllocationCount = 0; variable