Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/arena.go

    	}
    }
    
    type writeUserArenaHeapBits struct {
    	offset uintptr // offset in span that the low bit of mask represents the pointer state of.
    	mask   uintptr // some pointer bits starting at the address addr.
    	valid  uintptr // number of bits in buf that are valid (including low)
    	low    uintptr // number of low-order bits to not overwrite
    }
    
    func (s *mspan) writeUserArenaHeapBits(addr uintptr) (h writeUserArenaHeapBits) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:44:56 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top