Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c106858 int nMemory; /* Size of list.aMemory allocation in bytes */ member
107557 pSorter->nMemory = pgsz;
108308 pSorter->nMemory = sqlite3MallocSize(aMem);
108310 pSorter->list.aMemory = sqlite3Malloc(pSorter->nMemory);
108393 if( nMin>pSorter->nMemory ){
108395 sqlite3_int64 nNew = 2 * (sqlite3_int64)pSorter->nMemory;
108409 pSorter->nMemory = nNew;