Lines Matching refs:b2

775 	char b1[20], b2[20], b3[20], b4[20];  in totals()  local
951 store_size(b1, total_size);store_size(b2, total_waste); in totals()
953 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
955 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
957 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
965 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
968 b1, b2, b3, b4); in totals()
970 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
973 b1, b2, b3, b4); in totals()
975 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
978 b1, b2, b3, b4); in totals()
979 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals()
983 b1, b2, b3, b4); in totals()
985 store_size(b1, avg_partobj);store_size(b2, min_partobj); in totals()
989 b1, b2, b3, b4); in totals()
991 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); in totals()
995 b1, b2, b3, b4); in totals()
997 store_size(b1, avg_size);store_size(b2, min_size); in totals()
1000 b1, b2, b3, b4); in totals()
1002 store_size(b1, avg_used);store_size(b2, min_used); in totals()
1005 b1, b2, b3, b4); in totals()
1007 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
1010 b1, b2, b3, b4); in totals()
1018 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
1021 b1, b2, b3); in totals()
1022 store_size(b1, avg_objsize);store_size(b2, min_objsize); in totals()
1025 b1, b2, b3); in totals()
1027 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()
1030 b1, b2, b3); in totals()