1config BR2_PACKAGE_MEMSTAT
2 bool "memstat"
3 help
4 Memstat lists all the processes, executables, and shared
5 libraries that are using up virtual memory. It's helpful to
6 see how the shared memory is used and which 'old' libs are
7 loaded.
8
9 http://sourceforge.net/projects/memstattool
10