Lines Matching refs:b3
775 char b1[20], b2[20], b3[20], b4[20]; in totals() local
952 store_size(b3, total_waste * 100 / total_used); in totals()
953 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
956 store_size(b3, total_partobj * 100 / total_objects); in totals()
957 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
966 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
968 b1, b2, b3, b4); in totals()
971 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
973 b1, b2, b3, b4); in totals()
976 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
978 b1, b2, b3, b4); in totals()
980 store_size(b3, max_ppart); in totals()
983 b1, b2, b3, b4); in totals()
986 store_size(b3, max_partobj); in totals()
989 b1, b2, b3, b4); in totals()
992 store_size(b3, max_ppartobj); in totals()
995 b1, b2, b3, b4); in totals()
998 store_size(b3, max_size);store_size(b4, total_size); in totals()
1000 b1, b2, b3, b4); in totals()
1003 store_size(b3, max_used);store_size(b4, total_used); in totals()
1005 b1, b2, b3, b4); in totals()
1008 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1010 b1, b2, b3, b4); in totals()
1019 store_size(b3, max_memobj); in totals()
1021 b1, b2, b3); in totals()
1023 store_size(b3, max_objsize); in totals()
1025 b1, b2, b3); in totals()
1028 store_size(b3, max_objwaste); in totals()
1030 b1, b2, b3); in totals()