Lines Matching defs:Mem5Global
28246 static SQLITE_WSD struct Mem5Global { struct
28250 int szAtom; /* Smallest possible allocation in bytes */
28251 int nBlock; /* Number of szAtom sized blocks in zPool */
28252 u8 *zPool; /* Memory available to be allocated */
28257 sqlite3_mutex *mutex;
28263 u64 nAlloc; /* Total number of calls to malloc */
28264 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */
28265 u64 totalExcess; /* Total internal fragmentation */
28266 u32 currentOut; /* Current checkout, including internal fragmentation */
28267 u32 currentCount; /* Current number of distinct checkouts */
28291 #define mem5 GLOBAL(struct Mem5Global, mem5) argument