Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scanframeworker (0.33 sec)

  1. src/runtime/mgcmark.go

    	}
    
    	// Scan the stack. Accumulate a list of stack objects.
    	var u unwinder
    	for u.init(gp, 0); u.valid(); u.next() {
    		scanframeworker(&u.frame, &state, gcw)
    	}
    
    	// Find additional pointers that point into the stack from the heap.
    	// Currently this includes defers and panics. See also function copystack.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top