Home
last modified time | relevance | path

Searched defs:SystemMemInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go987 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 Dmetrics.proto210 message SystemMemInfo { message