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