Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c27999 int aiFreelist[LOGMAX+1]; member
28033 mem5.aiFreelist[iLogsize] = next; in memsys5Unlink()
28053 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize]; in memsys5Link()
28059 mem5.aiFreelist[iLogsize] = i; in memsys5Link()
28123 for(iBin=iLogsize; iBin<=LOGMAX && mem5.aiFreelist[iBin]<0; iBin++){} in memsys5MallocUnsafe()
28129 i = mem5.aiFreelist[iBin]; in memsys5MallocUnsafe()
28367 mem5.aiFreelist[ii] = -1; in memsys5Init()
28421 for(n=0, j=mem5.aiFreelist[i]; j>=0; j = MEM5LINK(j)->next, n++){} in sqlite3Memsys5Dump()