Lines Matching defs:SystemMemInfo
1072 type SystemMemInfo struct { struct
1073 state protoimpl.MessageState
1074 sizeCache protoimpl.SizeCache
1075 unknownFields protoimpl.UnknownFields
1078 MemTotal *uint64 `protobuf:"varint,1,opt,name=mem_total,json=memTotal" json:"mem_total,omitempty"`
1080 MemFree *uint64 `protobuf:"varint,2,opt,name=mem_free,json=memFree" json:"mem_free,omitempty"`
1082 …int64 `protobuf:"varint,3,opt,name=mem_available,json=memAvailable" json:"mem_available,omitempty"`
1085 func (x *SystemMemInfo) Reset() {
1094 func (x *SystemMemInfo) String() string {
1098 func (*SystemMemInfo) ProtoMessage() {}
1100 func (x *SystemMemInfo) ProtoReflect() protoreflect.Message {
1113 func (*SystemMemInfo) Descriptor() ([]byte, []int) {
1117 func (x *SystemMemInfo) GetMemTotal() uint64 {
1124 func (x *SystemMemInfo) GetMemFree() uint64 {
1131 func (x *SystemMemInfo) GetMemAvailable() uint64 {