Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.157 Beiträge
 
Delphi 12 Athens
 
#2

Re: Delphi 2010 FastMM4 Optionen

  Alt 9. Mär 2010, 07:28
Die gibt es nicht.

Der gesamte Code liegt an der selben Stelle, wie der alte DelphiMM > also getmem.inc und teilweise System.pas

Das in Delphi integrierte FastMM ist eine leicht abgespeckte und etwas angepaßte "Spezialversion" von 2008.

Diese Optionen gibt es und es ist eigentlich schon alles aktiviert:
Delphi-Quellcode:
{-----------------------------Options Block-------------------------------}
{Enable to use the pascal code path}
{.$define UsePascalCode}

{Include the memory leak tracking and reporting code. Without this define set
the memory leak registration functions will do nothing and the memory leak
report will not be shown on shutdown.}

{$define IncludeMemoryLeakTrackingCode}

{Use custom fixed size move routines for some small blocks}
{$define UseCustomFixedSizeMoveRoutines}

{Use custom variable size move routines for larger blocks}
{$define UseCustomVariableSizeMoveRoutines}
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  Mit Zitat antworten Zitat