Does Runtime.getRuntime().freeMemory() return the free heap memory space or heap + non-heap memory space?
A:
As far as I'm aware its the free heap memory, it certainly is on mobile Java.
metismo
2010-02-12 17:50:13