Home | History | Annotate | Download | only in orig

Lines Matching refs:nUsed

18685   int nUsed;
18690 nUsed = sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED);
18691 mem0.nearlyFull = (iThreshold>0 && iThreshold<=nUsed);
18854 int nUsed = sqlite3StatusValue(SQLITE_STATUS_MEMORY_USED);
18855 if( nUsed >= mem0.alarmThreshold - nFull ){