github.com/prometheus/procfs.ProcStat.VirtualMemory (method)

2 uses

	github.com/prometheus/procfs (current package)
		proc_stat.go#L170: func (s ProcStat) VirtualMemory() uint {

	github.com/prometheus/client_golang/prometheus
		process_collector_other.go#L42: 		ch <- MustNewConstMetric(c.vsize, GaugeValue, float64(stat.VirtualMemory()))