Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stackGuardMultiplier (0.69 sec)

  1. src/runtime/stack.go

    	// stackNosplit is the maximum number of bytes that a chain of NOSPLIT
    	// functions can use.
    	// This arithmetic must match that in cmd/internal/objabi/stack.go:StackNosplit.
    	stackNosplit = abi.StackNosplitBase * sys.StackGuardMultiplier
    
    	// The stack guard is a pointer this many bytes above the
    	// bottom of the stack.
    	//
    	// The guard leaves enough room for a stackNosplit chain of NOSPLIT calls
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 41.1K bytes
    - Viewed (0)
Back to top