Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dmemory_manager.cc37 app->setTotalAllocatedBytes(app->getTotalAllocatedBytes() + bytes); in nanoappAlloc()
67 app->setTotalAllocatedBytes( in nanoappFree()
70 app->setTotalAllocatedBytes(0); in nanoappFree()
/system/chre/core/include/chre/core/
Dnanoapp.h80 void setTotalAllocatedBytes(size_t totalAllocatedBytes) { in setTotalAllocatedBytes() function