Documentation ¶
Index ¶
- Variables
- type IpcShmEntry
- func (*IpcShmEntry) Descriptor() ([]byte, []int)deprecated
- func (x *IpcShmEntry) GetDesc() *ipc_desc.IpcDescEntry
- func (x *IpcShmEntry) GetHugetlbFlag() uint32
- func (x *IpcShmEntry) GetInPagemaps() bool
- func (x *IpcShmEntry) GetSize() uint64
- func (*IpcShmEntry) ProtoMessage()
- func (x *IpcShmEntry) ProtoReflect() protoreflect.Message
- func (x *IpcShmEntry) Reset()
- func (x *IpcShmEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ipc_shm_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IpcShmEntry ¶
type IpcShmEntry struct { Desc *ipc_desc.IpcDescEntry `protobuf:"bytes,1,req,name=desc" json:"desc,omitempty"` Size *uint64 `protobuf:"varint,2,req,name=size" json:"size,omitempty"` InPagemaps *bool `protobuf:"varint,3,opt,name=in_pagemaps,json=inPagemaps" json:"in_pagemaps,omitempty"` HugetlbFlag *uint32 `protobuf:"varint,4,opt,name=hugetlb_flag,json=hugetlbFlag" json:"hugetlb_flag,omitempty"` // contains filtered or unexported fields }
func (*IpcShmEntry) Descriptor
deprecated
func (*IpcShmEntry) Descriptor() ([]byte, []int)
Deprecated: Use IpcShmEntry.ProtoReflect.Descriptor instead.
func (*IpcShmEntry) GetDesc ¶
func (x *IpcShmEntry) GetDesc() *ipc_desc.IpcDescEntry
func (*IpcShmEntry) GetHugetlbFlag ¶
func (x *IpcShmEntry) GetHugetlbFlag() uint32
func (*IpcShmEntry) GetInPagemaps ¶
func (x *IpcShmEntry) GetInPagemaps() bool
func (*IpcShmEntry) GetSize ¶
func (x *IpcShmEntry) GetSize() uint64
func (*IpcShmEntry) ProtoMessage ¶
func (*IpcShmEntry) ProtoMessage()
func (*IpcShmEntry) ProtoReflect ¶
func (x *IpcShmEntry) ProtoReflect() protoreflect.Message
func (*IpcShmEntry) Reset ¶
func (x *IpcShmEntry) Reset()
func (*IpcShmEntry) String ¶
func (x *IpcShmEntry) String() string
Click to show internal directories.
Click to hide internal directories.