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...