Ivan Ivanov - 2018-11-27

Is there a way to force FastMM to release freed memory back to the OS? Using Delphi 2009 with buildin FastMM. Tried to change the build configuration to Release instead of Debug, but FastMM still keeps the memory instead of releasing it back. Back in Delphi 7, when you free something, it insta released it back to the OS. I know it might not be good for performance.