HomeSort by relevance Sort by last modified time
    Searched refs:aiFreelist (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 118 ** Lists of free blocks. aiFreelist[0] is a list of free blocks of
119 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
122 int aiFreelist[LOGMAX+1];
145 ** on. It should be found on mem5.aiFreelist[iLogsize].
156 mem5.aiFreelist[iLogsize] = next;
176 x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize];
182 mem5.aiFreelist[iLogsize] = i;
221 i = iFirst = mem5.aiFreelist[iLogsize];
243 int iBin; /* Index into mem5.aiFreelist[] */
266 /* Make sure mem5.aiFreelist[iLogsize] contains at least one fre
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 47 milliseconds