[android-developers] native heap size and ddms

2011-01-17 Thread blackbelt
Hello there, I manage to active the native heap tab in ddms, but columns were not updated. So I set libc.debug.malloc to 1 and try to restart the emulator, but the reboot failded. Any suggestion in oreder to fix? thanks in advance. emanuele -- You received this message because you are subsc

[android-developers] Native heap size

2011-01-10 Thread pedr0
Hi at all, I am a little bit confused about the native heap on android, I would like know the native heap max size, there is a way to know it? Like getRuntime().maxMemory() which I use for know the maximum limit of VM heap. Another question is relative at how the native heap memory is released,