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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16189 /************** Begin file mem5.c ********************************************/
16262 ** 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,
16269 ** Masks used for mem5.aCtrl[] elements.
16276 ** into a single structure named "mem5". This is to keep the
16307 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
16318 } mem5; variable in typeref:struct:Mem5Global
16323 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
16326 ** Assuming mem5
[all...]

Completed in 299 milliseconds