Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/pprof/vminfo_darwin_test.go

    			begin = lo
    			end = hi
    			offset = off
    			filename = file
    		}
    		// May see multiple text segments if rosetta is used for running
    		// the go toolchain itself.
    		first = false
    	})
    	lo, hi, err := useVMMapWithRetry(t)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if got, want := begin, lo; got != want {
    		t.Errorf("got %x, want %x", got, want)
    	}
    	if got, want := end, hi; got != want {
    		t.Errorf("got %x, want %x", got, want)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 19:59:50 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top