Lines Matching refs:b3
806 char b1[20], b2[20], b3[20], b4[20]; in totals() local
983 store_size(b3, total_waste * 100 / total_used); in totals()
984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
987 store_size(b3, total_partobj * 100 / total_objects); in totals()
988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
997 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
999 b1, b2, b3, b4); in totals()
1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
1004 b1, b2, b3, b4); in totals()
1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
1009 b1, b2, b3, b4); in totals()
1011 store_size(b3, max_ppart); in totals()
1014 b1, b2, b3, b4); in totals()
1017 store_size(b3, max_partobj); in totals()
1020 b1, b2, b3, b4); in totals()
1023 store_size(b3, max_ppartobj); in totals()
1026 b1, b2, b3, b4); in totals()
1029 store_size(b3, max_size);store_size(b4, total_size); in totals()
1031 b1, b2, b3, b4); in totals()
1034 store_size(b3, max_used);store_size(b4, total_used); in totals()
1036 b1, b2, b3, b4); in totals()
1039 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1041 b1, b2, b3, b4); in totals()
1050 store_size(b3, max_memobj); in totals()
1052 b1, b2, b3); in totals()
1054 store_size(b3, max_objsize); in totals()
1056 b1, b2, b3); in totals()
1059 store_size(b3, max_objwaste); in totals()
1061 b1, b2, b3); in totals()