Re: Known memory leaks in 2.0.31-pre-10-2.1 ?

Ingo Molnar (blah@globalserve.net)
Tue, 14 Oct 1997 17:29:35 -0400 (EDT)


On Tue, 14 Oct 1997, ADAM Sulmicki wrote:

> ->could you do 'Shift-ScrollLock', to see how this 'lost' memory is
> ->distributed within the kernel?
>
> :-) How I do that on {head,floppy,keyboard,mouse}-less machine ? :P
>
> -Adam

Use gdb on /proc/kcore and the associated kernel to poke around mem_map
and sizes array (from kmalloc.c) on zee machine... Hopefully you still
have the tree around? ;-)

-ben