I would like to know how to "clean" memory on Mac OS X. If you hav the developer tools installed, you can use the purge
command to clean the memory. However, if the dev tools are not installed, this command will not work. Other applications are able to do this so I know it's possible.
How might one program an app that would "clean" the memory, meaning remove inactive memory and make more space available in free memory?