How to use TBBMM in Delphi IDE and compiled application -


I have learned that TBBMM has a better performance than FastMM. FastMM is the default memory manager in the recent release of the Delphi IDE.

However, I do not get much information about the deployment of TBBMM for Delphi users.

In the default memory manager Delphi IDE and compiled app

Ask in my recommendation What you can get from your homepage, suggest that it should not be so hard to use:

Installation:

Turn off RAD Studio and backup the existing BorlndMM.dll in your CodeGear RAD Studio Bin folder, then unzip the archive in the bin folder.

Deploy:

You must include ShareMM in your uses list. You must distribute borlndmm.dll and tbbmm.dll with your execution.


Comments