Searched defs:SystemMemInfo (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.pb.go | 987 type SystemMemInfo struct { struct 988 state protoimpl.MessageState 989 sizeCache protoimpl.SizeCache 990 unknownFields protoimpl.UnknownFields 993 MemTotal *uint64 `protobuf:"varint,1,opt,name=mem_total,json=memTotal" json:"mem_total,omitempty"` 995 MemFree *uint64 `protobuf:"varint,2,opt,name=mem_free,json=memFree" json:"mem_free,omitempty"` 997 …int64 `protobuf:"varint,3,opt,name=mem_available,json=memAvailable" json:"mem_available,omitempty"` 1000 func (x *SystemMemInfo) Reset() { 1009 func (x *SystemMemInfo) String() string { 1013 func (*SystemMemInfo) ProtoMessage() {} [all …]
|
H A D | metrics.proto | 210 message SystemMemInfo { message
|