Does you C++ implementation have a tool to ask the current memory usage by you components?
I have a situation where I fetch about 1 MB of data from a database and feed it into the CkEmail component.
This results in an increase from 7MB to 300MB memory for the process in Windows.
So I would like to determine how much of this 300MB is from the Chilkat component and how much comes from my own code and/or other libraries.