Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmem5.c124 int aiFreelist[LOGMAX+1]; member
158 mem5.aiFreelist[iLogsize] = next; in memsys5Unlink()
178 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize]; in memsys5Link()
184 mem5.aiFreelist[iLogsize] = i; in memsys5Link()
248 for(iBin=iLogsize; iBin<=LOGMAX && mem5.aiFreelist[iBin]<0; iBin++){} in memsys5MallocUnsafe()
254 i = mem5.aiFreelist[iBin]; in memsys5MallocUnsafe()
488 mem5.aiFreelist[ii] = -1; in memsys5Init()
542 for(n=0, j=mem5.aiFreelist[i]; j>=0; j = MEM5LINK(j)->next, n++){} in sqlite3Memsys5Dump()