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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c16306 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
16307 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
16310 int aiFreelist[LOGMAX+1]; member in struct:Mem5Global
16333 ** on. It should be found on mem5.aiFreelist[iLogsize].
16344 mem5.aiFreelist[iLogsize] = next;
16364 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
16370 mem5.aiFreelist[iLogsize] = i;
16409 i = iFirst = mem5.aiFreelist[iLogsize];
16431 int iBin; /* Index into mem5.aiFreelist[] */
16454 /* Make sure mem5.aiFreelist[iLogsiz
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c21900 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
21901 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
21902 ** aiFreelist[2] holds free blocks of size szAtom*4. And so forth.
21904 int aiFreelist[LOGMAX+1]; member in struct:Mem5Global
21927 ** on. It should be found on mem5.aiFreelist[iLogsize].
21938 mem5.aiFreelist[iLogsize] = next;
21958 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
21964 mem5.aiFreelist[iLogsize] = i;
22002 int iBin; /* Index into mem5.aiFreelist[] */
22024 /* Make sure mem5.aiFreelist[iLogsiz
[all...]

Completed in 888 milliseconds