Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for heapBitsSmallForAddr (0.15 sec)

  1. src/runtime/mbitmap.go

    	return *(*[]uintptr)(unsafe.Pointer(&sl))
    }
    
    // heapBitsSmallForAddr loads the heap bits for the object stored at addr from span.heapBits.
    //
    // addr must be the base pointer of an object in the span. heapBitsInSpan(span.elemsize)
    // must be true.
    //
    //go:nosplit
    func (span *mspan) heapBitsSmallForAddr(addr uintptr) uintptr {
    	spanSize := span.npages * pageSize
    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