Searched refs:totalAllocatedBytes (Results 1 – 2 of 2) sorted by relevance
83 void setTotalAllocatedBytes(size_t totalAllocatedBytes) { in setTotalAllocatedBytes() argument84 mTotalAllocatedBytes = totalAllocatedBytes; in setTotalAllocatedBytes()
43 const size_t totalAllocatedBytes = getTotalAllocatedBytes(); in ~Nanoapp() local45 if (totalAllocatedBytes > 0) { in ~Nanoapp()48 getAppId(), totalAllocatedBytes); in ~Nanoapp()