FastMM4 icon indicating copy to clipboard operation
FastMM4 copied to clipboard

not able capture memory leak in package(*.bpl) project

Open varathasiva opened this issue 2 years ago • 3 comments

FastMM not creating memory leak log file for RADServer package(*.bpl) project file, please help me to resolve this issue.

varathasiva avatar Mar 04 '22 17:03 varathasiva

BPLs won't use their own RTL (including heap manager) but would use one from rtlNNN.bpl, sharing it with .EXE and all other .BPLs

If you really need RTL isolation (and then having your own heap manager loaded and unloaded) you would have to use DLLs and with no runtime packages enabled. That would also impose limits to your DLL API data types

the-Arioch avatar Mar 04 '22 18:03 the-Arioch

Thanks for your response, do you mean we can't use FASTMM in RADServer package project ? and if it's yes how we can achieve this and please let me know.

Thanks & Regards Siva

varathasiva avatar Mar 09 '22 05:03 varathasiva

Thanks for your response, do you mean we can't use FASTMM in RADServer package project ? and if it's yes how we can achieve this and please let me know.

Thanks & Regards Siva

Is there any update on my comments ?

varathasiva avatar Mar 15 '22 15:03 varathasiva