runtime.mheap.reclaimIndex (field)

5 uses

	runtime (current package)
		mgc.go#L2182: 	mheap_.reclaimIndex = 0
		mheap.go#L127: 	reclaimIndex uint64
		mheap.go#L742: 	if atomic.Load64(&h.reclaimIndex) >= 1<<63 {
		mheap.go#L772: 		idx := uintptr(atomic.Xadd64(&h.reclaimIndex, pagesPerReclaimerChunk) - pagesPerReclaimerChunk)
		mheap.go#L775: 			atomic.Store64(&h.reclaimIndex, 1<<63)