Searched refs:totalAlloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c17231 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
17411 mem5.totalAlloc += iFullSz;
17668 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c16297 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
16477 mem5.totalAlloc += iFullSz;
16734 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]

Completed in 759 milliseconds