Home
last modified time | relevance | path

Searched refs:nFull (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c30977 int nFull; in mallocWithAlarm() local
30986 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
30991 if( nUsed >= mem0.alarmThreshold - nFull ){ in mallocWithAlarm()
30993 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
30996 if( nUsed >= mem0.hardLimit - nFull ){ in mallocWithAlarm()
31006 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
31009 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
31010 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
31014 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
31015 sqlite3StatusUp(SQLITE_STATUS_MEMORY_USED, nFull); in mallocWithAlarm()
[all …]