Memfree 0.91 - MemFree shows the amount of memory free as reported by stats() -- that is, the amount of the NewtonScript heap that's free. The number is kept up to date by a viewIdleScript (as long as the checkbox is checked) and the GC button can be used to force a garbage collection if you want to know the amount of memory that can be made free. It's (in my opinion) a mildly annoying aspect of stats() that it prints more information in the inspector window than it returns as a call. For that reason, if you have the inspector open while MemFree is running, you will get the output of the stats() call every 3 seconds. Source code is included.