func github.com/prometheus/client_golang/prometheus.memstatNamespace

25 uses

	github.com/prometheus/client_golang/prometheus (current package)
		go_collector.go#L89: 					memstatNamespace("alloc_bytes"),
		go_collector.go#L97: 					memstatNamespace("alloc_bytes_total"),
		go_collector.go#L105: 					memstatNamespace("sys_bytes"),
		go_collector.go#L113: 					memstatNamespace("lookups_total"),
		go_collector.go#L121: 					memstatNamespace("mallocs_total"),
		go_collector.go#L129: 					memstatNamespace("frees_total"),
		go_collector.go#L137: 					memstatNamespace("heap_alloc_bytes"),
		go_collector.go#L145: 					memstatNamespace("heap_sys_bytes"),
		go_collector.go#L153: 					memstatNamespace("heap_idle_bytes"),
		go_collector.go#L161: 					memstatNamespace("heap_inuse_bytes"),
		go_collector.go#L169: 					memstatNamespace("heap_released_bytes"),
		go_collector.go#L177: 					memstatNamespace("heap_objects"),
		go_collector.go#L185: 					memstatNamespace("stack_inuse_bytes"),
		go_collector.go#L193: 					memstatNamespace("stack_sys_bytes"),
		go_collector.go#L201: 					memstatNamespace("mspan_inuse_bytes"),
		go_collector.go#L209: 					memstatNamespace("mspan_sys_bytes"),
		go_collector.go#L217: 					memstatNamespace("mcache_inuse_bytes"),
		go_collector.go#L225: 					memstatNamespace("mcache_sys_bytes"),
		go_collector.go#L233: 					memstatNamespace("buck_hash_sys_bytes"),
		go_collector.go#L241: 					memstatNamespace("gc_sys_bytes"),
		go_collector.go#L249: 					memstatNamespace("other_sys_bytes"),
		go_collector.go#L257: 					memstatNamespace("next_gc_bytes"),
		go_collector.go#L265: 					memstatNamespace("last_gc_time_seconds"),
		go_collector.go#L273: 					memstatNamespace("gc_cpu_fraction"),
		go_collector.go#L284: func memstatNamespace(s string) string {