Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for heapUp (0.21 sec)

  1. src/reflect/all_test.go

    	pi.X.Inner = nil
    
    	// Set up an interface value that will cause a crash.
    	// P1 = 1 is a non-zero, so the interface looks non-nil.
    	// P2 = pi ensures that the data word points into the
    	// allocated heap; if not the collection skips the interface
    	// value as irrelevant, without dereferencing P1.
    	pi.P1 = 1
    	pi.P2 = uintptr(unsafe.Pointer(pi))
    }
    
    func TestCallMethodJump(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top