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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c16686 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
16687 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
16708 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
16709 int nBlock; /* Number of szAtom sized blocks in zPool */
16731 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
16753 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
16817 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
16819 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16876 for(iFullSz=mem5.szAtom, iLogsiz
[all...]

Completed in 305 milliseconds