FastMM5 icon indicating copy to clipboard operation
FastMM5 copied to clipboard

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...

Results 31 FastMM5 issues
Sort by recently updated
recently updated
newest added

In the function FastMM_GetMem_GetLargeBlock ``` {Insert the block in the first available arena.} while True do begin LPLargeBlockManager := @LargeBlockManagers[0]; for LArenaIndex := 0 to CFastMM_LargeBlockArenaCount - 1 do begin...