Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reflect_growslice (0.11 sec)

  1. src/runtime/slice.go

    	}
    	return newcap
    }
    
    // reflect_growslice should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/cloudwego/dynamicgo
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname reflect_growslice reflect.growslice
    func reflect_growslice(et *_type, old slice, num int) slice {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top