Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/syscall/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
    	Pad_cgo_0 [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 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  2. src/syscall/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
    	Pad_cgo_0 [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 28 18:17:57 UTC 2021
    - 6.9K bytes
    - Viewed (0)
Back to top