syscall.SysProcIDMap.Size (field)

2 uses

	syscall (current package)
		exec_linux.go#L64: 	Size        int // Size.
		exec_linux.go#L684: 		data = append(data, strconv.Itoa(im.ContainerID)+" "+strconv.Itoa(im.HostID)+" "+strconv.Itoa(im.Size)+"\n"...)