Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for gretty (0.08 sec)

  1. src/reflect/value.go

    				// that the runtime will crash on if it sees it during GC or write barriers.
    				// Since it is a not-in-heap pointer, all pointers to the heap are
    				// forbidden! That makes the test pretty easy.
    				// See issue 48399.
    				if !verifyNotInHeapPtr(*(*uintptr)(ptr)) {
    					panic("reflect: reflect.Value.Elem on an invalid notinheap pointer")
    				}
    			}
    			ptr = *(*unsafe.Pointer)(ptr)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top