runtime.bucket.size (field)

4 uses

	runtime (current package)
		mprof.go#L53: 	size    uintptr
		mprof.go#L230: 		if b.typ == typ && b.hash == h && b.size == size && eqslice(b.stk(), stk) {
		mprof.go#L243: 	b.size = size
		mprof.go#L614: 		fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)