Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendGCProg (0.12 sec)

  1. src/reflect/type.go

    			for i := uintptr(0); i < n; i++ {
    				k := base + i*words + j
    				out[k/8] |= 1 << (k % 8)
    			}
    		}
    	}
    }
    
    // appendGCProg appends the GC program for the first ptrdata bytes of
    // typ to dst and returns the extended slice.
    func appendGCProg(dst []byte, typ *abi.Type) []byte {
    	if typ.Kind_&abi.KindGCProg != 0 {
    		// Element has GC program; emit one element.
    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