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

C++ Builder Support? #16

Open Aggie85 opened 3 years ago

Aggie85 commented 3 years ago

Howdy Pierre!

Any chance of adding support for C++ Builder 10.x+?

All the best,

Shane

pleriche commented 3 years ago

Hi Shane,

Unfortunately C++ Builder is not my area of expertise, so I relied on others to implement and maintain the C++ Builder support in version 4. I might take a stab at it myself at some point, but it's not planned for the immediate future.

Best regards, Pierre