Lines Matching refs:b3
804 char b1[20], b2[20], b3[20], b4[20]; in totals() local
981 store_size(b3, total_waste * 100 / total_used); in totals()
982 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
985 store_size(b3, total_partobj * 100 / total_objects); in totals()
986 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
995 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
997 b1, b2, b3, b4); in totals()
1000 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
1002 b1, b2, b3, b4); in totals()
1005 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
1007 b1, b2, b3, b4); in totals()
1009 store_size(b3, max_ppart); in totals()
1012 b1, b2, b3, b4); in totals()
1015 store_size(b3, max_partobj); in totals()
1018 b1, b2, b3, b4); in totals()
1021 store_size(b3, max_ppartobj); in totals()
1024 b1, b2, b3, b4); in totals()
1027 store_size(b3, max_size);store_size(b4, total_size); in totals()
1029 b1, b2, b3, b4); in totals()
1032 store_size(b3, max_used);store_size(b4, total_used); in totals()
1034 b1, b2, b3, b4); in totals()
1037 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1039 b1, b2, b3, b4); in totals()
1048 store_size(b3, max_memobj); in totals()
1050 b1, b2, b3); in totals()
1052 store_size(b3, max_objsize); in totals()
1054 b1, b2, b3); in totals()
1057 store_size(b3, max_objwaste); in totals()
1059 b1, b2, b3); in totals()