Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cgoCheckArg (0.09 sec)

  1. src/runtime/cgocall.go

    			top = false
    		default:
    			throw("can't happen")
    		}
    	}
    
    	cgoCheckArg(t, ep.data, t.Kind_&abi.KindDirectIface == 0, top, cgoCheckPointerFail)
    }
    
    const cgoCheckPointerFail = "cgo argument has Go pointer to unpinned Go pointer"
    const cgoResultFail = "cgo result is unpinned Go pointer or points to unpinned Go pointer"
    
    // cgoCheckArg is the real work of cgoCheckPointer. The argument p
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top