Is there a way to get the actual size of a class instance in Delphi?
I know about the InstanceSize method of the TObject class but that method does not recursively i
to find out how much memory it uses, you could let the objects not get freed & let FastMM tell you the size of the leak.