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

/external/sqlite/dist/
H A Dsqlite3.c.orig15624 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
15625 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
15646 int szAtom; /* Smallest possible allocation in bytes */
15647 int nBlock; /* Number of szAtom sized blocks in zPool */
15669 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
15691 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
15755 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
15757 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
15814 for(iFullSz=mem5.szAtom, iLogsiz
[all...]
H A Dsqlite3.c15631 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
15632 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
15653 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
15654 int nBlock; /* Number of szAtom sized blocks in zPool */
15676 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
15698 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
15762 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
15764 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
15821 for(iFullSz=mem5.szAtom, iLogsiz
[all...]

Completed in 134 milliseconds