runtime.memRecordCycle.allocs (field)

7 uses

	runtime (current package)
		mprof.go#L121: 	allocs, frees           uintptr
		mprof.go#L127: 	a.allocs += b.allocs
		mprof.go#L348: 	mpc.allocs++
		mprof.go#L555: 		if mp.active.allocs != 0 || mp.active.frees != 0 {
		mprof.go#L596: 	r.AllocObjects = int64(mp.active.allocs)
		mprof.go#L614: 		fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)