HomeSort by relevance Sort by last modified time
    Searched refs:total_used (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.cc 172 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;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_mm.c 42 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/
u_mm.c 42 int total_used = 0, total_free = 0; local
51 total_used += p->size;
55 total_used + total_free, total_used, total_free);

Completed in 61 milliseconds