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

/external/skia/src/images/
H A DSkCreateRLEPixelRef.cpp115 size_t totalAlloc = src.height() * sizeof(uint8_t*) + totalPacked;
120 (float)totalAlloc / src.getSize());
/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/sqlite/dist/orig/
H A Dsqlite3.c16785 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
16965 mem5.totalAlloc += iFullSz;
17222 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16785 u64 totalAlloc; /* Total of all malloc calls - includes internal frag */ member in struct:Mem5Global
16965 mem5.totalAlloc += iFullSz;
17222 fprintf(out, "mem5.totalAlloc = %llu\n", mem5.totalAlloc);
[all...]

Completed in 303 milliseconds