Total number of allocations 476778 進程創建到現在一共創建了多少對象
Total bytes allocated 52MB 進程創建到現在一共申請了多少內存
Total bytes freed 52MB 進程創建到現在一共釋放了多少內存
Free memory 777KB 不擴展堆的情況下可用的內存
Free memory until GC 777KB GC前的可用內存
Free memory until OOME 383MB OOM之前的可用內存
Total memory 當前總內存(已用+可用)
Max memory 384MB 進程最多能申請的內存
Total number of allocations 9524862
Total bytes allocated 457MB
Total bytes freed 449MB
Free memory 5MB
Free memory until GC 5MB
Free memory until OOME 183MB
Total memory 13MB
Max memory 192MB
當發現Free memory until OOME很小的時候,代表可用內存快慢了,一般情況下,這個應用都有內存泄露
from: https://blog.csdn.net/zhenbohuang/article/details/79624914