Searched refs:totalUsed (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkChunkAlloc.h50 size_t totalUsed() const { return fTotalUsed; } function in class:SkChunkAlloc
/external/skia/src/core/
H A DSkRWBuffer.cpp100 size_t totalUsed = 0; local
105 totalUsed += block->fUsed;
109 SkASSERT(minUsed <= totalUsed);
/external/skia/tests/
H A DMemsetTest.cpp15 REPORTER_ASSERT(reporter, alloc.totalUsed() == used);
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp90 bool hasPendingCommands() const { return fAllocator.totalUsed() != 0; }
/external/sqlite/dist/orig/
H A Dsqlite3.c15199 int totalUsed = 0; local
15206 totalUsed += sqlite3PagerMemUsed(pPager);
15210 *pCurrent = totalUsed;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15199 int totalUsed = 0; local
15206 totalUsed += sqlite3PagerMemUsed(pPager);
15210 *pCurrent = totalUsed;
[all...]

Completed in 502 milliseconds