I wants to know the available heap size at runtime because when I was loading images,it is running out of memory error.
For checking my memory leaks I want to know the heapsize at some particular breakpoints.
Can anyone tell me how to get the available heap size left for my application programatically.
Thanks