[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Code Size



You can use top or info from /proc. One would need to dig into /proc tp find out
about a single executable. Top does a nice job though. Hit 'f' to find out what
fields you can display and 'w' to save the new configuration.

man top for more details.
HTH
 Bye
  Shridhar

vnair@xxxxxxxxxxx wrote:

> Hello List,
>
> How can i find out (or What are the different ways to check ) that how much
> memory my executable will take when it is finally loaded. Assuming that there is
> only one malloc of size X initially.
>