FastCode: Difference between revisions

Content deleted Content added
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
Bender the Bot (talk | contribs)
 
Line 125:
 
== 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 commonly 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]], [[FL Studio]], and [[Embarcadero Technologies|Embarcadero]]’s own [[RAD Studio]]. [httphttps://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.
 
== References ==