Kyohei Kadota once said:
> I'm reading proc(3). It describes the status file:
>
> > the amount of memory used by the process, except its stack, in units of
> > 1024 bytes
>
> In /sys/src/9/pc/port/proc.c, it seems to me that procread sums all
> segment's size for that.
> Is the above statement
Hi.
I'm reading proc(3). It describes the status file:
> the amount of memory used by the process, except its stack, in units of 1024
> bytes
In /sys/src/9/pc/port/proc.c, it seems to me that procread sums all
segment's size for that.
Is the above statement correct?
---