Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c31725 int nFull; in mallocWithAlarm() local
31734 nFull = sqlite3GlobalConfig.m.xRoundup(n); in mallocWithAlarm()
31739 if( nUsed >= mem0.alarmThreshold - nFull ){ in mallocWithAlarm()
31741 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
31744 if( nUsed >= mem0.hardLimit - nFull ){ in mallocWithAlarm()
31754 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
31757 sqlite3MallocAlarm(nFull); in mallocWithAlarm()
31758 p = sqlite3GlobalConfig.m.xMalloc(nFull); in mallocWithAlarm()
31762 nFull = sqlite3MallocSize(p); in mallocWithAlarm()
31763 sqlite3StatusUp(SQLITE_STATUS_MEMORY_USED, nFull); in mallocWithAlarm()
[all …]