Searched refs:totalUsed (Results 1 – 6 of 6) sorted by relevance
100 size_t totalUsed = 0; in validate() local105 totalUsed += block->fUsed; in validate()109 SkASSERT(minUsed <= totalUsed); in validate()
50 size_t totalUsed() const { return fTotalUsed; } in totalUsed() function
15 REPORTER_ASSERT(reporter, alloc.totalUsed() == used); in check_alloc()
90 bool hasPendingCommands() const { return fAllocator.totalUsed() != 0; } in hasPendingCommands()
15199 int totalUsed = 0; in sqlite3_db_status() local15206 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()15210 *pCurrent = totalUsed; in sqlite3_db_status()