(procPath string, pid int)
| 124 | } |
| 125 | |
| 126 | func processMapsPath(procPath string, pid int) string { |
| 127 | return filepath.Join(procPath, strconv.Itoa(pid), "maps") |
| 128 | } |
| 129 | |
| 130 | func vmMapsLimitPath(procPath string) string { |
| 131 | return filepath.Join(procPath, "sys", "vm", "max_map_count") |