Can memory be cleaned up?

后端 未结 7 2226
一向
一向 2020-12-04 10:41

I am working in Delphi 5 (with FastMM installed) on a Win32 project, and have recently been trying to drastically reduce the memory usage in this application. So far, I hav

7条回答
  •  -上瘾入骨i
    2020-12-04 11:15

    I have read about this before but have no direct experience. Calling WINAPI SetProcessWorkingSetSize() is supposed to "fix" the problem. Again I have no direct experience with this.

提交回复
热议问题