i want to see how much memory is available on while using psplink how can i do this that way i can monitor how much my app is using and how much is free also as a note it uses alot of prx's so those each have some memory
Thx, I can use this to test for leaks... by checking after each ROM is run and then storing the free amount in a global and then checking the difference. By looking at the difference it should give my the size lost which would tell me at least partially where the leak is. As well as how much I have to work with for the buffers.