Does Delphi use FastMM as the memory manager on Android / iOS, or does it use something different? Is there any other memory manager that we can use with Delphi on Android / iOS?
I’m worry about this because I know that FastMM is quite bad in multi-threaded apps, and I need a memory manager that can work pretty fast in multithreading.