Searched defs:Mem5Global (Results 1 – 1 of 1) sorted by relevance
28744 static SQLITE_WSD struct Mem5Global { struct28748 int szAtom; /* Smallest possible allocation in bytes */28749 int nBlock; /* Number of szAtom sized blocks in zPool */28750 u8 *zPool; /* Memory available to be allocated */28755 sqlite3_mutex *mutex;28761 u64 nAlloc; /* Total number of calls to malloc */28762 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */28763 u64 totalExcess; /* Total internal fragmentation */28764 u32 currentOut; /* Current checkout, including internal fragmentation */28765 u32 currentCount; /* Current number of distinct checkouts */[all …]