home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 40 / README.TXT < prev    next >
Encoding:
Text File  |  1998-06-07  |  2.0 KB  |  69 lines

  1. FreeMem v1.00
  2. -------------
  3.  
  4. The memory taken by the system seems
  5. to increase with time as programs
  6. and documents are opened and closed.
  7.  
  8. In fact, there is no memory leaks but
  9. EPOC32 caches procedures and does not deallocate
  10. all the memory when an application is closed,
  11. in case it is opened again soon.
  12. It saves time and reduces the fragmentation.
  13.  
  14. However the memory gets fragmented with time
  15. and it reduces performances (large memory
  16. segments are spread over serveral cells).
  17.  
  18. FreeMen defragments the memory and
  19. reclaims all the unused segments.
  20.  
  21.  
  22. Installation:
  23. -------------
  24. 1 - If you want to install FreeMem as a regular application
  25.     with an icon in the Extras-bar, copy FreeMem.aif and
  26.     FreeMem.app in \System\Apps\FreeMem.
  27. 2 - If you prefer to install FreeMem as a macro or a small
  28.     standalone program, copy FreeMem.opo wherever you
  29.     want (e.g. where you store all your macros).
  30. 3 - In both cases, if you don't already have it, install
  31.     SystInfo.sis as you do with any other sis file : double-click
  32.     on it either on the PC (if PsiWin 2.1 is installed) or
  33.     on the Series 5 (if there is an Add/Remove icon in the
  34.     configuration panel).
  35.  
  36.  
  37. Usage:
  38. ------
  39. You can use FreeMem as a standalone application
  40. (just start it from System or the Extras-bar) or
  41. run it from Macro5 as a program or as a macro.
  42. FreeMen cleans up the memory and displays a report
  43. with the memory used before and after the clean up
  44. and the memory freed.
  45.  
  46.  
  47. Planned enhancements :
  48. ----------------------
  49. None.
  50.  
  51.  
  52. Known issues :
  53. --------------
  54. FreeMem uses the temporary UID &FEDCBA98.
  55.  
  56.  
  57. Copyright :
  58. -----------
  59. This program has been written by Pascal NICOLAS.
  60. It may be distributed freely as long as it is
  61. not altered or sold. This program is a SmileWare,
  62. which means that if you use it, you "MUST" send me a :-)
  63.  
  64. At this point, many many thanks and :-) to MattM who
  65. gave me the trick on how to clean up the memory.
  66.  
  67. Pascal NICOLAS
  68. Email : pnicolas@geocities.com
  69. Latest version at http://www.geocities.com/SiliconValley/Pines/1215