Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emitGCMask (0.08 sec)

  1. src/reflect/type.go

    		mask := make([]byte, n)
    		base := uintptr(abi.MapBucketCount / goarch.PtrSize)
    
    		if ktyp.Pointers() {
    			emitGCMask(mask, base, ktyp, abi.MapBucketCount)
    		}
    		base += abi.MapBucketCount * ktyp.Size_ / goarch.PtrSize
    
    		if etyp.Pointers() {
    			emitGCMask(mask, base, etyp, abi.MapBucketCount)
    		}
    		base += abi.MapBucketCount * etyp.Size_ / goarch.PtrSize
    
    		word := base
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top