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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16262 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
16263 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
16284 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
16285 int nBlock; /* Number of szAtom sized blocks in zPool */
16307 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
16329 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
16393 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
16395 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16452 for(iFullSz=mem5.szAtom, iLogsiz
[all...]

Completed in 583 milliseconds