FastMM4-AVX interfaces for Delphi and Delphi XE versions and FreePascal

FastMM4-AVX interfaces for Delphi and Delphi XE versions and FreePascal

Description:

FastMM4-AVX memory manager interfaces for Delphi and Delphi XE versions and FreePascal with the windows 32 bit and 64 bit Dynamic Link Libraries, this memory manager is fast, and it scales well under multi-threaded usage, and it is not prone to memory fragmentation, and if the CPU supports AVX or AVX2, uses the 32-byte YMM registers for faster memory copy, and if the CPU supports AVX-512, uses the 64-byte ZMM registers for even faster memory copy.

You can download the source code and read about it from:

https://github.com/maximmasiutin/FastMM4-AVX

And how to install it ?

Just place FastMM4_avx as the very first unit under the "uses" clause of your project's .dpr file.

You have one of the following define option that you can set inside the defines.inc file:

{$DEFINE CPU32} for 32 bit systems

{$DEFINE CPU64} for 64 bit systems.

Please click on the small arrow on the right of the zip file bellow to download...