Home
last modified time | relevance | path

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

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