Searched refs:setTotalAllocatedBytes (Results 1 – 2 of 2) sorted by relevance
40 app->setTotalAllocatedBytes(app->getTotalAllocatedBytes() + bytes); in nanoappAlloc()70 app->setTotalAllocatedBytes(nanoAppTotalAllocatedBytes - in nanoappFree()73 app->setTotalAllocatedBytes(0); in nanoappFree()
83 void setTotalAllocatedBytes(size_t totalAllocatedBytes) { in setTotalAllocatedBytes() function