Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Bytesalloc (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    	Flags      uint32
    	Posmode    int32
    	Offset     int64
    	Length     int64
    	Bytesalloc int64
    }
    
    type Radvisory_t struct {
    	Offset int64
    	Count  int32
    	_      [4]byte
    }
    
    type Fbootstraptransfer_t struct {
    	Offset int64
    	Length uint64
    	Buffer *byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Start  int64
    	Len    int64
    	Pid    int32
    	Type   int16
    	Whence int16
    }
    
    type Fstore_t struct {
    	Flags      uint32
    	Posmode    int32
    	Offset     int64
    	Length     int64
    	Bytesalloc int64
    }
    
    type Radvisory_t struct {
    	Offset int64
    	Count  int32
    	_      [4]byte
    }
    
    type Fbootstraptransfer_t struct {
    	Offset int64
    	Length uint64
    	Buffer *byte
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top