FastCode: Difference between revisions

Content deleted Content added
m FastMM4 Memory Manager: periods go at the end of sentences
Line 116:
The FastMM memory manager used by Delphi and C++ Builder since 2006 is also the winner of a FastCode competition.<ref>Gabrijelcic, Primoz, "To Manage Memory", The Delphi Magazine, Issue 126, February 2006</ref> It replaced the standard memory manager of Delphi and is not only less prone to memory fragmentation, it also provides improved debugging possibilities like being able to report memory leaks when the application is being closed,<ref>http://blog.marcocantu.com/blog/fastmm4.html</ref> detecting use after memory release or double releases.
 
FastMM4 is also used as memory manager for applications developed in Lazarus. <ref>http://books.google.dk/books?id=WCrzCSuNfHoC&pg=PA64&lpg=PA64&dq=fastmm+delphi&source=bl&ots=nmf3lvxc0G&sig=mBWWTH_XN7QJIRmC2ChTlUuw3I8&hl=da&ei=yH85TfGmFcKRswaKqrDzBg&sa=X&oi=book_result&ct=result&resnum=7&ved=0CEgQ6AEwBji2Ag#v=onepage&q&f=false</ref>
 
FastMM4 is often listed as a "must have" tool for Delphi developers .<ref>http://delphi.wikia.com/wiki/Good_Tools_for_Delphi_Developers</ref>
 
Nexus DB comes with FastMM4 integration for leakchecking .<ref>http://www.nexusdb.com/support/index.php?q=node/10200</ref>
 
FastMM usage is documented at <ref>http://edn.embarcadero.com/article/33416</ref>.
 
== Applications Using FastCode ==