FastCode: Difference between revisions

Content deleted Content added
No edit summary
Applications Using FastCode: Fixed typo "commnly" -> "commonly"
Line 127:
 
== Applications Using FastCode ==
An application developed in Delphi or C++ Builder will typically use the default memory manager which is FastMM4. FastCode functions in the RTL have been selected to be the most commnlycommonly used ones and an application will also typically use some of these, especially if any string handling is done. Most Delphi/C++ Builder applications will therefore use code developed by the FastCode project. Some examples are Skype [http://www.skype.com/] and Embarcadero RAD Studio.
[http://hallvards.blogspot.com/2007/05/use-full-fastmm-consider-donating.html Hallvard's blog] describes FastMM4 and why it is being used as the memory manager in [http://www.theonlinetrader.com/ "The Online Trader"] application.