User Ratings

★★★★★
★★★★
★★★
★★
15
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • This is a must-have tool to quickly check if you have not made any mistakes in handling memory. after major updates, do a few program runs with FastMM.
  • An essential tool. Fast, robust with nice tools for helping to detect leaks.
  • +++
  • Sweet candy with great possibilities!
  • Thanks for Fastmm, it's excellent!
    1 user found this review helpful.
  • Problem with FastMM in Delphi XE3 Update 2. Simple code (in dll): var FCache: Pointer; begin FCache := GetMemory(1024); FileRead(Handle, FCache^, 1024); end; Generate Error: ACCESS VIOLATION C000000005 {Remove the first block from the linked list (LIFO)} mov rdx, TMediumFreeBlock[rsi].NextFreeBlock mov TMediumFreeBlock[rdi].NextFreeBlock, rdx error line: mov TMediumFreeBlock[rdx].PreviousFreeBlock, rdi
  • The product may be great, but as far as installing it's hard. The product isn't clear on "where" it's getting installed but this tool is really useful!
  • Very good, a must have..
  • Good project, thanks for your time for giving out!
  • excellent helper - a must have item for every software writer
  • Nice and Easy to use.
  • I have a client that is stuck using BCB6. Replacing the standard memory manager with FastMM has been a great help. The performance is much better. Tracking leaks is easier too.
  • good job
  • Great tool.
  • I spent several days looking for a memory leak. FastMM showed me not only that there wasn't a leak it fixed a the real issue (Borland's memory manager). Great work Pierre.