up vote 11 down vote favorite
2
share [g+] share [fb]

Mark Edington mentioned a Memory Manager called, SafeMM at the DelphiLive conference.

I have been unable to locate it online, does anyone know where it might be available.

link|improve this question

feedback

7 Answers

up vote 4 down vote accepted

Here is a more recent version (v0.4) with source from Embarcadero's Code Central: http://cc.embarcadero.com/item/27241

link|improve this answer
feedback

From my notes, it's an internal tool.
You won't find in the open.
But Mark nicely included it in his DelphiLive materials...

link|improve this answer
feedback

Mark Eddington talked about SafeMM at Delphi Live and apparently included in his conference materials. If you can't find them, you might contact Mark directly.

link|improve this answer
This worked as well. But Francois had the link to the materials. – Robert Love Jun 24 '09 at 18:12
His answer is definitely more complete. I couldn't find the link. – Bruce McGee Jun 25 '09 at 11:31
feedback

There is a SafeMM demo here. Go to the 23 minute of the screencast for a demonstration.

link|improve this answer
feedback

I did a quick Googling of SafeMM and couldn't find it either. We use FastMM here for memory management stuff and it works really well. You can download it here:

http://sourceforge.net/projects/fastmm/

Hope that helps!

link|improve this answer
We use FastMM already. Based on the presentation SafeMM is used for debugging purposes it's slower, but will catch Errors that FastMM is not designed to catch. – Robert Love Jun 24 '09 at 17:15
Unfortunately I couldn't comment on the answer (not enough reputation :-(), but I just wanted to say that someone (perhaps Mr. Eddington himself?) should post the source on Code Central for everyone's benefit. – Martin Binder Jun 24 '09 at 18:52
It is now: cc.embarcadero.com/item/27241 – Lars Truijens Mar 22 '10 at 19:12
feedback

Why and when to use SafeMM? When SafeMM is a better option than FastMM?

link|improve this answer
You should post this as its own question. – Joe White Jun 25 '09 at 0:17
1  
SafeMM is for debugging purposes and will slow down your application. It shouldn't be used with anything you deploy. – Bruce McGee Jun 25 '09 at 11:35
feedback

http://twitter.com/jdmullin/status/1964322021

This guy mentioned he found SafeMM in the material from Mark Edington from the Delphi Live conference.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.