Lines Matching refs:b2

804 	char b1[20], b2[20], b3[20], b4[20];  in totals()  local
980 store_size(b1, total_size);store_size(b2, total_waste); in totals()
982 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
984 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
986 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
994 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
997 b1, b2, b3, b4); in totals()
999 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
1002 b1, b2, b3, b4); in totals()
1004 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
1007 b1, b2, b3, b4); in totals()
1008 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals()
1012 b1, b2, b3, b4); in totals()
1014 store_size(b1, avg_partobj);store_size(b2, min_partobj); in totals()
1018 b1, b2, b3, b4); in totals()
1020 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); in totals()
1024 b1, b2, b3, b4); in totals()
1026 store_size(b1, avg_size);store_size(b2, min_size); in totals()
1029 b1, b2, b3, b4); in totals()
1031 store_size(b1, avg_used);store_size(b2, min_used); in totals()
1034 b1, b2, b3, b4); in totals()
1036 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
1039 b1, b2, b3, b4); in totals()
1047 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
1050 b1, b2, b3); in totals()
1051 store_size(b1, avg_objsize);store_size(b2, min_objsize); in totals()
1054 b1, b2, b3); in totals()
1056 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()
1059 b1, b2, b3); in totals()