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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16148 fprintf(out, "nowUsed=%d\n", mem3.nPool*8 - mem3.szMaster*8);
18340 sqlite3_int64 nowUsed; local
18344 nowUsed = sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED);
18348 xCallback(pArg, nowUsed, nByte);
[all...]

Completed in 494 milliseconds