Searched defs:SystemMemInfo (Results 1 – 2 of 2) sorted by relevance
| /build/soong/ui/metrics/metrics_proto/ |
| D | metrics.pb.go | 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() {} [all …]
|
| D | metrics.proto | 228 message SystemMemInfo { message
|