• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            春暖花開
            雪化了,花開了,春天來了
            posts - 149,comments - 125,trackbacks - 0

            前階段在調研mobile上的內存釋放問題,根據大家的建議嘗試了一些,但是沒有什么效果。
            于是跑到MSDN上去問相關的問題,得到了一些解答。

            As far as I know, I don't think there is other way to meet your requirement.  Since each mobile application has 32M memory limitation, we have to do the performance manually, like deleting object which is not used and allocating Large Memory Blocks in Large memory Area.

            For more information:
            Windows CE .NET Advanced Memory Management
            How the Windows Mobile 5.0 Shell Handles Low Memory Situations

            我看了一部分,在How the Windows Mobile 5.0 Shell Handles Low Memory Situations中提到,

             

             

            Hibernate

            This is the amount of memory the shell tries to keep free at all times. If the amount of free memory falls below this value then the low memory check routine will try to free up memory. It will do this by first sending WM_HIBERNATE to all valid applications. When an application receives this message it should try to free as many resources as possible. When the low memory check routine runs again and the amount of free memory is still below the hibernate level then the shell will try to close the least recently used (LRU) application by sending a WM_CLOSE message. If the low memory check routine runs yet again and the amount of free memory is still below the hibernate level then the shell will call TerminateProcess on the LRU application that it last sent the WM_CLOSE message to.


            我對這段話的理解是:當空閑內存小于Hibernate時,系統便會嘗試釋放內存。首先他會向所有有效的程序發送WM_HIBERNATE。應用程序收到該消息后,會盡量釋放資源來釋放內存。如果還低于這個值的話,將發送WM_CLOSE消息給最近很少使用的程序。如果還低于該值的,就強行關閉該程序了。

            這個方法似乎有效,但是用戶再起來程序的話,還是一樣的效果,并不是達到了什么釋放內存的效果。如何記錄最近很少使用的程序,這個是不是有什么方法獲得呢?

            就可以像系統提示的那樣,內存不足,請釋放一些內存。手工做一些比較好。

            也看了一些相近的程序的做法,似乎效果也沒有大家說的那么好。

            How the Windows Mobile 5.0 Shell Handles Low Memory Situations的最后,這樣寫的

            What can my Application do?

            The best thing your application can do when faced with a low memory situation is to play nicely with the rest of the device. 

            1、If your application receives a WM_HIBERNATE message free up any resources not absolutely required. 
            2、If you are planning on allocating a large amount of memory (or if a large allocation fails) you should call SHCloseApps, which will invoke the shell low memory check routine and will try to ensure that enough free memory exists. See below for an example:

            #define MIN_MEMORY_TO_RUN 2*1024*1024

            MEMORYSTATUS mst;

            mst.dwLength  
            = sizeof(MEMORYSTATUS);

            GlobalMemoryStatus(
            &mst);

            If (mst.dwAvailPhys 
            < MIN_MEMORY_TO_RUN)

            {

                
            // Try to free memory by asking Shell to shutdown apps

                
            if (!SHCloseApps(MIN_MEMORY_TO_RUN))

                
            {

                    
            // Handle the case where memory could not be freed

                    …


            專門查了一下SHCloseApps的用法
            原型:BOOL SHCloseApps(  DWORD dwMemSought);
            功能:
            This function tries to free up memory for an application. If necessary, the shell closes down other applications by sending dwMemSought);
            功能:
            This function tries to free up memory for an application. If necessary, the shell closes down other applications by sending WM_CLOSE messages.
            參數:dwMemSought Specifies, in bytes, the amount of memory to be freed.

            通過了解dwMemSought Specifies, in bytes, the amount of memory to be freed.

            通過了解SHCloseApps,我們就明白了上面那段代碼什么意思了。

            看來,內存釋放并不是真正意義上的內存整理,看來我有的地方誤解了!
            posted on 2009-03-05 13:56 Sandy 閱讀(1290) 評論(2)  編輯 收藏 引用 所屬分類: windows學習

            FeedBack:
            # re: 關于mobile的內存釋放
            2009-03-05 14:13 | 亨德列克
            高!  回復  更多評論
              
            # re: 關于mobile的內存釋放[未登錄]
            2009-03-05 16:54 | foxriver
            PC上有個類似的函數HeapCompact,初看很像內存整理,仔細看也不是的。內存整理牽涉的操作太多,操作系統也不好辦。  回復  更多評論
              
            中文成人无码精品久久久不卡| 一级做a爱片久久毛片| 国产精品伊人久久伊人电影| 久久夜色精品国产www| 亚洲а∨天堂久久精品9966| 色综合久久久久综合体桃花网| 久久久久99精品成人片试看| 久久精品国产亚洲Aⅴ香蕉| 久久99精品久久久久久动态图 | 国产精品伦理久久久久久| 99久久精品国产一区二区三区| 久久久久久国产a免费观看黄色大片| 久久国产精品一国产精品金尊| 国产精品青草久久久久福利99| 久久精品国产亚洲AV久| 日本高清无卡码一区二区久久| 色欲综合久久躁天天躁蜜桃| 久久精品亚洲精品国产欧美| 久久久久高潮毛片免费全部播放 | 亚洲国产精品久久久天堂| 国产精品欧美久久久久无广告 | 狠狠综合久久综合88亚洲| 亚洲国产综合久久天堂| 国产∨亚洲V天堂无码久久久| 午夜精品久久久内射近拍高清 | 亚洲嫩草影院久久精品| 伊人久久大香线蕉综合Av| 亚洲国产精品无码久久久久久曰| 99国内精品久久久久久久| 久久国产乱子精品免费女| 色综合久久久久| 久久WWW免费人成—看片| 亚洲精品美女久久久久99小说| 曰曰摸天天摸人人看久久久| 好久久免费视频高清| 精品久久久久久国产| 99久久国语露脸精品国产| 久久精品国产99久久丝袜| 久久久艹| 久久久无码精品午夜| 天堂无码久久综合东京热|