Home | History | Annotate | Download | only in fmt

Lines Matching full:mallocs

989 		mallocs := testing.AllocsPerRun(100, mt.fn)
990 if got, max := mallocs, float64(mt.count); got > max {