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

TTask didnt run #28

Closed peterjslater closed 2 years ago

peterjslater commented 2 years ago

I switched an existing project to use FastMM5 and found that after creating a TTask and starting it, the TTask never actually executed. The TTask was created in a dll and I used the FastMMInitSharing from the FastMM5 demo as the first unit in both dpr files. Do i need to turn on multithreading somewhere for FASTMM5 ?

peterjslater commented 2 years ago

Dont think it was FastMM related, closing for now