Lines Matching refs:b3
768 char b1[20], b2[20], b3[20], b4[20]; in totals() local
945 store_size(b3, total_waste * 100 / total_used); in totals()
946 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
949 store_size(b3, total_partobj * 100 / total_objects); in totals()
950 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
959 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
961 b1, b2, b3, b4); in totals()
964 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
966 b1, b2, b3, b4); in totals()
969 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
971 b1, b2, b3, b4); in totals()
973 store_size(b3, max_ppart); in totals()
976 b1, b2, b3, b4); in totals()
979 store_size(b3, max_partobj); in totals()
982 b1, b2, b3, b4); in totals()
985 store_size(b3, max_ppartobj); in totals()
988 b1, b2, b3, b4); in totals()
991 store_size(b3, max_size);store_size(b4, total_size); in totals()
993 b1, b2, b3, b4); in totals()
996 store_size(b3, max_used);store_size(b4, total_used); in totals()
998 b1, b2, b3, b4); in totals()
1001 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
1003 b1, b2, b3, b4); in totals()
1012 store_size(b3, max_memobj); in totals()
1014 b1, b2, b3); in totals()
1016 store_size(b3, max_objsize); in totals()
1018 b1, b2, b3); in totals()
1021 store_size(b3, max_objwaste); in totals()
1023 b1, b2, b3); in totals()