Searched refs:iMemory (Results 1 – 1 of 1) sorted by relevance
106857 int iMemory; /* Offset of free space in list.aMemory */ member107556 assert( pSorter->iMemory==0 );107799 pSorter->iMemory = 0;108370 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;108380 pSorter->iMemory = 0;108391 int nMin = pSorter->iMemory + nReq;108412 pNew = (SorterRecord*)&pSorter->list.aMemory[pSorter->iMemory];108413 pSorter->iMemory += ROUND8(nReq);