Searched refs:iMemory (Results 1 – 1 of 1) sorted by relevance
106699 int iMemory; /* Offset of free space in list.aMemory */ member107398 assert( pSorter->iMemory==0 );107641 pSorter->iMemory = 0;108212 bFlush = pSorter->iMemory && (pSorter->iMemory+nReq) > pSorter->mxPmaSize;108222 pSorter->iMemory = 0;108233 int nMin = pSorter->iMemory + nReq;108254 pNew = (SorterRecord*)&pSorter->list.aMemory[pSorter->iMemory];108255 pSorter->iMemory += ROUND8(nReq);