Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoF (0.38 sec)

  1. src/runtime/cgocall.go

    // the rabbit hole during the execution of f.
    //
    // To make it possible for gcc-compiled C code to call a Go function p.GoF,
    // cgo writes a gcc-compiled function named GoF (not p.GoF, since gcc doesn't
    // know about packages).  The gcc-compiled C function f calls GoF.
    //
    // GoF initializes "frame", a structure containing all of its
    // arguments and slots for p.GoF's results. It calls
    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