Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c27967 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 */
[all …]