Home
last modified time | relevance | path

Searched defs:Mem5Global (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dmem5.c92 static SQLITE_WSD struct Mem5Global { struct
96 int szAtom; /* Smallest possible allocation in bytes */
97 int nBlock; /* Number of szAtom sized blocks in zPool */
98 u8 *zPool; /* Memory available to be allocated */
103 sqlite3_mutex *mutex;
109 u64 nAlloc; /* Total number of calls to malloc */
110 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */
111 u64 totalExcess; /* Total internal fragmentation */
112 u32 currentOut; /* Current checkout, including internal fragmentation */
113 u32 currentCount; /* Current number of distinct checkouts */
[all …]