I just googled this
unit:
Code:
http://www.codexterity.com/fastsharemem.htm
I didn't knew that FastMM4
unit can be used as replacement too, thanks for this tip
I'm using D2010, FreePascal I selected by mistake, sorry
I have next question, I used global (for
DLL) record (it contains string and integers). When I used FastMM it detected memory leaks, when I nulled this record (rec.string := '', etc) memory leaks not occured. Why?