runtime.heapArena.bitmap (field)

10 uses

	runtime (current package)
		mbitmap.go#L320: 	h.bitp = &ha.bitmap[(addr/(sys.PtrSize*4))%heapArenaBitmapBytes]
		mbitmap.go#L323: 	h.last = &ha.bitmap[len(ha.bitmap)-1]
		mbitmap.go#L453: 	h.bitp, h.shift = &ha.bitmap[0], 0
		mbitmap.go#L454: 	h.last = &ha.bitmap[len(ha.bitmap)-1]
		mbitmap.go#L479: 		h.bitp = &a.bitmap[past%heapArenaBitmapBytes]
		mbitmap.go#L480: 		h.last = &a.bitmap[len(a.bitmap)-1]
		mheap.go#L231: 	bitmap [heapArenaBitmapBytes]byte