Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c106700 int nMemory; /* Size of list.aMemory allocation in bytes */ member
107399 pSorter->nMemory = pgsz;
108150 pSorter->nMemory = sqlite3MallocSize(aMem);
108152 pSorter->list.aMemory = sqlite3Malloc(pSorter->nMemory);
108235 if( nMin>pSorter->nMemory ){
108237 sqlite3_int64 nNew = 2 * (sqlite3_int64)pSorter->nMemory;
108251 pSorter->nMemory = nNew;