views:

87

answers:

1

Hi,

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

However, I find not much information regarding the deployment of TBBMM for Delphi users.

How may I replace the default memory manager in Delphi IDE and the compiled application?

+1  A: 

My recommendation is to ask in the autor's forum. What you can get from his homepage suggests that it should be not so difficult to use it:

Installation:

Close RAD Studio and backup the existing BorlndMM.dll in your CodeGear RAD Studio Bin folder. Then, unzip the archive into the Bin folder.

Deploying:

you'll have to include ShareMM in your uses list. You'll have to distribute borlndmm.dll and tbbmm.dll along with your executable.

splash