runtime.mspan.allocCache (field)
9 uses
runtime (current package)
malloc.go#L846: theBit := sys.Ctz64(s.allocCache) // Is there a free object in the allocCache?
malloc.go#L854: s.allocCache >>= uint(theBit + 1)
mbitmap.go#L159: s.allocCache = ^aCache
mbitmap.go#L176: aCache := s.allocCache
mbitmap.go#L189: aCache = s.allocCache
mbitmap.go#L200: s.allocCache >>= uint(bitIndex + 1)
mcentral.go#L179: s.allocCache >>= s.freeindex % 64
mheap.go#L418: allocCache uint64
mheap.go#L1245: s.allocCache = ^uint64(0) // all 1s indicating all free.
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)