Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cgoCheckUsingType (0.13 sec)

  1. src/runtime/cgocheck.go

    		// we wanted to.
    		// We can't expand the GC program without extra storage
    		// space we can't easily get.
    		// Fortunately we have the type information.
    		systemstack(func() {
    			cgoCheckUsingType(typ, src, off, size)
    		})
    		return
    	}
    
    	// src must be in the regular heap.
    	tp := s.typePointersOf(uintptr(src), size)
    	for {
    		var addr uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top