Home
last modified time | relevance | path

Searched defs:machVMRegionBasicInfoData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Ddefs_darwin_arm64.go6 type machVMRegionBasicInfoData struct { struct
7 Protection int32
8 Max_protection int32
9 Inheritance uint32
10 Shared int32
11 Reserved int32
12 … This is hand-edited since godefs generates: Pad_cgo_0 [8]byte. Cannot use uint64 due to alignment.
13 Behavior int32
14 User_wired_count uint16
15 Pad_cgo_1 [2]byte
Ddefs_darwin_amd64.go6 type machVMRegionBasicInfoData struct { struct
7 Protection int32
8 Max_protection int32
9 Inheritance uint32
10 Shared uint32
11 Reserved uint32
12 … This is hand-edited since godefs generates: Pad_cgo_0 [8]byte. Cannot use uint64 due to alignment.
13 Behavior int32
14 User_wired_count uint16
15 Pad_cgo_1 [2]byte
Ddefs_darwin.go20 type machVMRegionBasicInfoData C.vm_region_basic_info_data_64_t type