The Simply Memory Manager (SMM) is a replacement for the native memory manager for Free Pascal and Lazarus projects on Windows.
Download SMM at https://opensimply.org/smm
Free Pascal's native memory manager uses certain Windows functions for memory allocation and freeing that cause fatal errors when large amounts of memory are repeatedly reused, and it runs in this case rather slowly.
SMM prevents such errors by using a different approach, and it is much faster on avalanche-like memory allocation requests.
Simply Memory Manager is a part of the OpenSIMPLY project: https://opensimply.org/
Features
- Prevention the "out of memory" error when cyclically allocating and freeing a large amount of memory
- Much faster on avalanche-like memory allocation requests
- A "reserved memory" feature prevents real "out of memory" case
License
GNU General Public License version 3.0 (GPLv3)
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Simply Memory Manager!