Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeHeapBitsSmall (0.13 sec)

  1. src/runtime/mbitmap.go

    	}
    	return read
    }
    
    // writeHeapBitsSmall writes the heap bits for small objects whose ptr/scalar data is
    // stored as a bitmap at the end of the span.
    //
    // Assumes dataSize is <= ptrBits*goarch.PtrSize. x must be a pointer into the span.
    // heapBitsInSpan(dataSize) must be true. dataSize must be >= typ.Size_.
    //
    //go:nosplit
    func (span *mspan) writeHeapBitsSmall(x, dataSize uintptr, typ *_type) (scanSize uintptr) {
    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