Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lastcontinuehandler (0.12 sec)

  1. src/runtime/os_windows.go

    	// the stack (in theory VirtualQuery isn't supposed to include
    	// that, but it does). Add an additional 8K of slop for
    	// calling C functions that don't have stack checks and for
    	// lastcontinuehandler. We shouldn't be anywhere near this
    	// bound anyway.
    	base := mbi.allocationBase + 16<<10
    	// Sanity check the stack bounds.
    	g0 := getg()
    	if base > g0.stack.hi || g0.stack.hi-base > 64<<20 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top