const runtime._ConcurrentSweep

3 uses

	runtime (current package)
		malloc.go#L124: 	concurrentSweep = _ConcurrentSweep
		mgc.go#L139: 	_ConcurrentSweep = true
		mgc.go#L2188: 	if !_ConcurrentSweep || mode == gcForceBlockMode {