Searched refs:totalUsed (Results 1 – 8 of 8) sorted by relevance
17 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()24 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()30 REPORTER_ASSERT(reporter, alloc.totalUsed() == size); in test_chunkalloc()37 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
141 int totalUsed = 0; in sqlite3_db_status() local148 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()152 *pCurrent = totalUsed; in sqlite3_db_status()
45 size_t totalUsed() const { return fTotalUsed; } in totalUsed() function
12763 int totalUsed = 0; in sqlite3_db_status() local12770 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()12774 *pCurrent = totalUsed; in sqlite3_db_status()
14471 int totalUsed = 0; in sqlite3_db_status() local14478 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()14482 *pCurrent = totalUsed; in sqlite3_db_status()