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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c109 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
289 mem5.totalAlloc += iFullSz;
546 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
/external/srec/portable/src/
H A Dpmemory.c463 asr_uint32_t totalAlloc = 0; local
546 totalAlloc += e->curAlloc;
548 pfprintf(file, L("%-52s %10u %15u\n"), L("Total"), totalAlloc, gMaxAlloc);
549 passert(totalAlloc == gCurAlloc);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15906 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
16086 mem5.totalAlloc += iFullSz;
16343 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17900 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
18062 mem5.totalAlloc += iFullSz;
18332 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17900 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
18062 mem5.totalAlloc += iFullSz;
18332 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]

Completed in 547 milliseconds