Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for minTagBits (0.17 sec)

  1. src/runtime/tagptr.go

    // The size of the numeric tag is GOARCH-dependent,
    // currently at least 10 bits.
    // This should only be used with pointers allocated outside the Go heap.
    type taggedPointer uint64
    
    // minTagBits is the minimum number of tag bits that we expect.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:22:50 UTC 2023
    - 496 bytes
    - Viewed (0)
Back to top