Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/mprof.go

    	for mp := first; mp != nil; mp = mp.alllink {
    		n++
    	}
    	if n <= size {
    		ok = true
    		for mp := first; mp != nil; mp = mp.alllink {
    			r := profilerecord.StackRecord{Stack: mp.createstack[:]}
    			copyFn(r)
    		}
    	}
    	return
    }
    
    //go:linkname pprof_threadCreateInternal
    func pprof_threadCreateInternal(p []profilerecord.StackRecord) (n int, ok bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top