Lines Matching refs:b3
748 char b1[20], b2[20], b3[20], b4[20]; in totals() local
925 store_size(b3, total_waste * 100 / total_used); in totals()
926 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3); in totals()
929 store_size(b3, total_partobj * 100 / total_objects); in totals()
930 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3); in totals()
937 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
939 b1, b2, b3, b4); in totals()
942 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals()
944 b1, b2, b3, b4); in totals()
947 store_size(b3, max_partial);store_size(b4, total_partial); in totals()
949 b1, b2, b3, b4); in totals()
951 store_size(b3, max_ppart); in totals()
954 b1, b2, b3, b4); in totals()
957 store_size(b3, max_partobj); in totals()
960 b1, b2, b3, b4); in totals()
963 store_size(b3, max_ppartobj); in totals()
966 b1, b2, b3, b4); in totals()
969 store_size(b3, max_size);store_size(b4, total_size); in totals()
971 b1, b2, b3, b4); in totals()
974 store_size(b3, max_used);store_size(b4, total_used); in totals()
976 b1, b2, b3, b4); in totals()
979 store_size(b3, max_waste);store_size(b4, total_waste); in totals()
981 b1, b2, b3, b4); in totals()
988 store_size(b3, max_memobj); in totals()
990 b1, b2, b3); in totals()
992 store_size(b3, max_objsize); in totals()
994 b1, b2, b3); in totals()
997 store_size(b3, max_objwaste); in totals()
999 b1, b2, b3); in totals()