Searched defs:mem5 (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c13811 /************** Begin file mem5.c ********************************************/
13884 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
13885 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
13891 ** Masks used for mem5.aCtrl[] elements.
13898 ** into a single structure named "mem5". This is to keep the
13929 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
13940 } mem5 = { 0 }; variable in typeref:struct:Mem5Global
13945 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
13948 ** Assuming mem5
[all...]

Completed in 324 milliseconds