Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbesort.c329 int nMemory; /* Size of list.aMemory allocation in bytes */ member
1013 pSorter->nMemory = pgsz; in sqlite3VdbeSorterInit()
1750 pSorter->nMemory = sqlite3MallocSize(aMem); in vdbeSorterFlushPMA()
1752 pSorter->list.aMemory = sqlite3Malloc(pSorter->nMemory); in vdbeSorterFlushPMA()
1835 if( nMin>pSorter->nMemory ){ in sqlite3VdbeSorterWrite()
1837 sqlite3_int64 nNew = 2 * (sqlite3_int64)pSorter->nMemory; in sqlite3VdbeSorterWrite()
1851 pSorter->nMemory = nNew; in sqlite3VdbeSorterWrite()