zhyiwww
          用平實的筆,記錄編程路上的點點滴滴………
          posts - 536,comments - 394,trackbacks - 0
          The heap is the area in memory in which objects are created.
          ??? ??? ??? ???
          ??? ??? ??? ??? ??? ???
          // Get current size of heap in bytes
          ??? long heapSize = Runtime.getRuntime().totalMemory();
          ???
          ??? // Get maximum size of heap in bytes. The heap cannot grow beyond this size.
          ??? // Any attempt will result in an OutOfMemoryException.
          ??? long heapMaxSize = Runtime.getRuntime().maxMemory();
          ???
          ??? // Get amount of free memory within the heap in bytes. This size will increase
          ??? // after garbage collection and decrease as new objects are created.
          ??? long heapFreeSize = Runtime.getRuntime().freeMemory();
          ??? ??? ??? ???
          ??? ??? ??? ???


          |----------------------------------------------------------------------------------------|
                                     版權聲明  版權所有 @zhyiwww
                      引用請注明來源 http://www.aygfsteel.com/zhyiwww   
          |----------------------------------------------------------------------------------------|
          posted on 2006-06-13 13:10 zhyiwww 閱讀(467) 評論(0)  編輯  收藏 所屬分類: code demo -java
          主站蜘蛛池模板: 迁安市| 霍州市| 桓台县| 德阳市| 麻江县| 卫辉市| 进贤县| 自贡市| 昆明市| 行唐县| 黑龙江省| 尉氏县| 丹巴县| 临夏市| 女性| 彭阳县| 玉龙| 镇远县| 定陶县| 南京市| 凤阳县| 玛纳斯县| 思南县| 武城县| 房山区| 郧西县| 汉阴县| 冷水江市| 灌云县| 楚雄市| 汪清县| 禹城市| 筠连县| 原平市| 宣汉县| 宝兴县| 六盘水市| 长武县| 彭水| 双城市| 文登市|