Home
last modified time | relevance | path

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

/system/chre/core/include/chre/core/
Dnanoapp.h83 void setTotalAllocatedBytes(size_t totalAllocatedBytes) { in setTotalAllocatedBytes() argument
84 mTotalAllocatedBytes = totalAllocatedBytes; in setTotalAllocatedBytes()
/system/chre/core/
Dnanoapp.cc43 const size_t totalAllocatedBytes = getTotalAllocatedBytes(); in ~Nanoapp() local
45 if (totalAllocatedBytes > 0) { in ~Nanoapp()
48 getAppId(), totalAllocatedBytes); in ~Nanoapp()