Need multi-threading memory manager

前端 未结 6 1147
花落未央
花落未央 2020-12-02 10:39

I will have to create a multi-threading project soon I have seen experiments ( delphitools.info/2011/10/13/memory-manager-investigations ) showing that the default Delphi me

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 11:36

    FastMM deals with multi-threading just fine. It is the default memory manager for Delphi 2006 and up.

    If you are using an older version of Delphi (Delphi 5 and up), you can still use FastMM. It's available on SourceForge.

提交回复
热议问题