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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c25485 } mem5; variable in typeref:struct:Mem5Global
25490 #define mem5 macro
[all...]

Completed in 834 milliseconds