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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c15143 fprintf(out, "nowUsed=%d\n", mem3.nPool*8 - mem3.szMaster*8);
17303 sqlite3_int64 nowUsed; local
17307 nowUsed = sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED);
17311 xCallback(pArg, nowUsed, nByte);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c15143 fprintf(out, "nowUsed=%d\n", mem3.nPool*8 - mem3.szMaster*8);
17303 sqlite3_int64 nowUsed; local
17307 nowUsed = sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED);
17311 xCallback(pArg, nowUsed, nByte);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c15143 fprintf(out, "nowUsed=%d\n", mem3.nPool*8 - mem3.szMaster*8);
17303 sqlite3_int64 nowUsed; local
17307 nowUsed = sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED);
17311 xCallback(pArg, nowUsed, nByte);
[all...]

Completed in 621 milliseconds