Home
last modified time | relevance | path

Searched refs:totalExcess (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c27986 u64 totalExcess; /* Total internal fragmentation */ member
28145 mem5.totalExcess += iFullSz - nByte; in memsys5MallocUnsafe()
28426 fprintf(out, "mem5.totalExcess = %llu\n", mem5.totalExcess); in sqlite3Memsys5Dump()