Searched defs:Mem5Global (Results 1 – 1 of 1) sorted by relevance
28246 static SQLITE_WSD struct Mem5Global { struct28250 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 */[all …]