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

  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 74 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
75 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
96 int szAtom; /* Smallest possible allocation in bytes */
97 int nBlock; /* Number of szAtom sized blocks in zPool */
119 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
141 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
205 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
207 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
264 for(iFullSz=mem5.szAtom, iLogsize=0; iFullSz<nByte; iFullSz *= 2, iLogsize++){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 49 milliseconds