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}