xref: /OK3568_Linux_fs/buildroot/package/memstat/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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