pleriche / FastMM5

FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
283 stars 73 forks source link

Documentation ? #39

Open bero opened 12 months ago

bero commented 12 months ago

I understand that FastMM5 has new possibilities to configure it. But where should I read about it ? The source ?

pleriche commented 12 months ago

Hi Roland,

The documentation is in the source unit itself, FastMM5.pas. I try to document everything thoroughly, so if anything is unclear please let me know and I will expand on it there.

Pierre

oyefer commented 5 months ago

How to use FastMM5 in C++ Builder?

pleriche commented 5 months ago

How to use FastMM5 in C++ Builder?

Via the BorlndMM.dll library. I have added additional exports in order to allow the application to access the debugging features.