Short: A simple utility to reduce memory fragmentation Author: morgoth6@box43.pl (Marcin 'Morgoth' Kurek) Uploader: morgoth6@box43.pl (Marcin 'Morgoth' Kurek) Type: util/sys Version: 1.0a Architecture: MorphOS Introduction: ============== It seems memory fragmentation is a real problem of many MorphOS 1.4.x users, system slowdown after long uptime because of that badly. This program is created to reduce this problem. It will catch small memory allocations in to internal memory pool similar to system pools, but much faster. This should reduce the allocaton/free time for huge memchunk lists and in a result reduce a system slowdown. Unfortunatly I am not able to test it then I can't say how good this method is. Usage: ======= Just run this program from user-startup like this: Run <>NIL: pooler History: ========= 1.0 - First released version 1.0a - Remove startup hit's Cleanups ToDo: ====== If you want to see something new or have some suggestions just drop a e-mail to the author. Bugs: ====== If you want to help send a bugreport to author. Authors: ========= Marcin 'Morgoth' Kurek (morgoth6@box43.pl) - libprf.a ThX: ===== Harry "Piru" Sintonen for their great help, suggestion and some sample code. Krzysztof 'Tarnak' Kretus (AmiChris@fucio.pl) - for first version of pooler, suggestions and help of coz.