Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/mbitmap.go

    			}
    		}
    
    		// Callers (and a check we're about to run) expects this mask
    		// to end at the last pointer.
    		for len(maskFromHeap) > 0 && maskFromHeap[len(maskFromHeap)-1] == 0 {
    			maskFromHeap = maskFromHeap[:len(maskFromHeap)-1]
    		}
    
    		if et.Kind_&abi.KindGCProg == 0 {
    			// Unroll again, but this time from the type information.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
Back to top