Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reflect_unsafeslice (0.25 sec)

  1. src/runtime/unsafe.go

    func panicunsafeslicenilptr1(pc uintptr) {
    	panicCheck1(pc, "unsafe.Slice: ptr is nil and len is not zero")
    	panic(errorString("unsafe.Slice: ptr is nil and len is not zero"))
    }
    
    //go:linkname reflect_unsafeslice reflect.unsafeslice
    func reflect_unsafeslice(et *_type, ptr unsafe.Pointer, len int) {
    	unsafeslice(et, ptr, len)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:51:18 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top