Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/mbitmap.go

    // nosplit because its callers are nosplit and require all their callees to be nosplit.
    //
    //go:nosplit
    func (span *mspan) typePointersOfType(typ *abi.Type, addr uintptr) typePointers {
    	const doubleCheck = false
    	if doubleCheck && (typ == nil || typ.Kind_&abi.KindGCProg != 0) {
    		throw("bad type passed to typePointersOfType")
    	}
    	if span.spanclass.noscan() {
    		return typePointers{}
    	}
    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