Android

DDMS VM Heap 해석

tomato13 2010. 7. 20. 11:18

각 항목별 해석을 어떻게 해야하는지 찾아보게 되었다.
1. Heap Size: 해당 process가 점유하고 있는 heap size
2. Allocated: process가 할당한 allocated size
3. Free: process에서 free한 size로 이후 allocation을 위해서 heap에 남아 있음

참고:
The top section is the main one, where "size" is the total size in address space of a particular heap, "allocated" is the kb of actual allocations that heap things it has, "free" is the remaining kb free the heap has for additional allocations, and "pss" and "priv dirty" are the same as discussed before specific to pages associated with each of the heaps.