Lines Matching defs:nMemory
100105 int nMemory; /* Size of list.aMemory allocation in bytes */
100789 pSorter->nMemory = pgsz;
101526 pSorter->nMemory = sqlite3MallocSize(aMem);
101528 pSorter->list.aMemory = sqlite3Malloc(pSorter->nMemory);
101611 if( nMin>pSorter->nMemory ){
101613 sqlite3_int64 nNew = 2 * (sqlite3_int64)pSorter->nMemory;
101627 pSorter->nMemory = nNew;