Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gcTestIsReachable (0.14 sec)

  1. src/runtime/mgc.go

    // there's a preemption between this call and the next.
    func gcTestMoveStackOnNextCall() {
    	gp := getg()
    	gp.stackguard0 = stackForceMove
    }
    
    // gcTestIsReachable performs a GC and returns a bit set where bit i
    // is set if ptrs[i] is reachable.
    func gcTestIsReachable(ptrs ...unsafe.Pointer) (mask uint64) {
    	// This takes the pointers as unsafe.Pointers in order to keep
    	// them live long enough for us to attach specials. After
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
Back to top