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