Should I still use FastMM in Delphi Alexandria?

Viewed 418

I've been using FastMM for very long time always placing 'FastMM4' in all Delphi projects. Does it make sense with the latest Delphi versions?

1 Answers

It still does make sense, yes.

Delphi c.2007 starting using a version of FastMM4 as the default memory manager - but it has some stuff removed.

Continue to use the "real" version of FastMM.

Related