Home
last modified time | relevance | path

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

/sqlite-3.40.0/doc/
H A Dvdbesort-memory.md47 sqlite3HeapNearlyFull() is called. If it returns true, the current
/sqlite-3.40.0/src/
H A Dmalloc.c180 int sqlite3HeapNearlyFull(void){ in sqlite3HeapNearlyFull() function
H A Dpcache1.c524 return sqlite3HeapNearlyFull(); in pcache1UnderMemoryPressure()
H A Dvdbesort.c1816 || (pSorter->list.szPMA > pSorter->mnPmaSize && sqlite3HeapNearlyFull()) in sqlite3VdbeSorterWrite()
H A DsqliteInt.h4418 int sqlite3HeapNearlyFull(void);