Re: Milestones document



On Tue, 7 Dec 1999, Havoc Pennington wrote:

> Another interesting way to look at memory is the "memprof" tool; it will
> tell you how much _allocated_ memory a process is using (which is unshared
> memory not on the stack).

memprof tells you how much memory has been malloc'd, but it doesn't tell
you how much unshared non-stack memory the process is using. A lot of
memory gets used by global/static variables that are written to.

-- Elliot
Rome did not create a great empire by having meetings, they did it by
killing all who opposed them.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]