Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clobberdeadPtr (0.09 sec)

  1. src/runtime/mbitmap.go

    	if s == nil {
    		if (GOARCH == "amd64" || GOARCH == "arm64") && p == clobberdeadPtr && debug.invalidptr != 0 {
    			// Crash if clobberdeadPtr is seen. Only on AMD64 and ARM64 for now,
    			// as they are the only platform where compiler's clobberdead mode is
    			// implemented. On these platforms clobberdeadPtr cannot be a valid address.
    			badPointer(s, p, refBase, refOff)
    		}
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
Back to top