Content deleted Content added
m →FastMM4 Memory Manager: periods go at the end of sentences |
m →Applications Using FastCode: -caps section title |
||
Line 124:
FastMM usage is documented at <ref>http://edn.embarcadero.com/article/33416</ref>.
== Applications
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]]’s own [[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.
|