Lines Matching defs:Mem5Global
27967 static SQLITE_WSD struct Mem5Global { struct
27971 int szAtom; /* Smallest possible allocation in bytes */
27972 int nBlock; /* Number of szAtom sized blocks in zPool */
27973 u8 *zPool; /* Memory available to be allocated */
27978 sqlite3_mutex *mutex;
27984 u64 nAlloc; /* Total number of calls to malloc */
27985 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */
27986 u64 totalExcess; /* Total internal fragmentation */
27987 u32 currentOut; /* Current checkout, including internal fragmentation */
27988 u32 currentCount; /* Current number of distinct checkouts */
28012 #define mem5 GLOBAL(struct Mem5Global, mem5) argument