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

Is it possible to allocate memory with FastMM5 and make part of that memory read-only?

Hi, When exe and dll are with runtime package, raise error [testFastMM5Qplugins.zip](https://github.com/pleriche/FastMM5/files/7007897/testFastMM5Qplugins.zip) "FastMM cannot be installed,because another third party memory manage has already been installed." Thanks.

Hello, we have recorded an Access violation in FastMM5.FastMM_GetMem_GetSmallBlock_AllocateFreeBlockAndUnlockArena+0x13: with the following call stack. I am wondering what could possibly caused that? ` QMDocCompliance400P_ORA!FastMM5.FastMM_GetMem_GetSmallBlock_AllocateFreeBlockAndUnlockArena+0x13 QMDocCompliance400P_ORA!FastMM5.FastMM_GetMem_GetSmallBlock+0x49 QMDocCompliance400P_ORA!System.GetMem+0x15 QMDocCompliance400P_ORA!System.NewUnicodeString+0x2d QMDocCompliance400P_ORA!System.InternalUniqueStringU+0x2a QMDocCompliance400P_ORA!System.UniqueString+0x9 QMDocCompliance400P_ORA!System.SysUtils.AnsiUpperCase+0x1f...

When doing fulldebugmode in fastmm5 (4 does as well) and checking for leaks the lines seem to be truncated to a fix length in the memorymanager_eventlog.txt E.G. below 0000000004292815 [FormEmailPropertyViewer.pas][FormEmailPropertyViewer][_ZN23Formemailpropertyviewer22TvwEmailPropertyViewer13UpdateDisplayEv][5...

Not a real "issue", but do you plan to check GDI problems too ? That would be great ;)

[ScanForCorruptionBug.zip](https://github.com/pleriche/FastMM5/files/6003379/ScanForCorruptionBug.zip) Hello, We have problems in our multithreaded applications in debug mode after calls to ScanMemoryPoolForCorruptions (). Here is a console project that crashes with FastMM 5.03 (header or footer...

Hi Pierre I am getting an invalid pointer operation error, I am attaching some images to show the exact location in FastMM5.pas I'm using Delphi Tokyo 10.2 Update 3 My...

Howdy Pierre! Any chance of adding support for C++ Builder 10.x+? All the best, Shane

When compiling FastMM5 with 32 bit compiler (Delphi 10.0 Seattle) we got following warnings: E1035: Return value of function 'FastMM_FreeMem_FreeLargeBlock_ReleaseVM' might be undefined E1036 Variable 'LChildDirection' might not have been...

\FastMM5\FullDebugMode DLL\FastMM_FullDebugMode.dpr has inconsistent newlines Inconsistent line ending style I would like to clean that up. Unfortunately I am not allowed to check anything in.