Searched refs:total_free (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dvma.c315 uint64_t total_free = 0; local in function:util_vma_heap_print
320 total_free += hole->size;
322 assert(total_free <= total_size);
324 tab, total_free, total_free,
325 ((double)(total_size - total_free) / (double)total_size) * 100);
H A Du_mm.c42 int total_used = 0, total_free = 0; local in function:u_mmDumpMemInfo
49 total_free += p->size;
55 total_used + total_free, total_used, total_free);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local in function:u_mmDumpMemInfo
49 total_free += p->size;
55 total_used + total_free, total_used, total_free);

Completed in 41 milliseconds