Searched defs:total_used (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local
51 total_used += p->size;
55 total_used + total_free, total_used, total_free);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local
51 total_used += p->size;
55 total_used + total_free, total_used, total_free);
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc172 uptr total_used = stats.malloced local
174 // Return sane value if total_free < total_used due to racy
176 return (total_free > total_used) ? total_free - total_used : 1;

Completed in 136 milliseconds