digitalmars.D - is there an easy way to print how many objects are allocated for each class?
- newbie <new dd.com> Jan 21 2008
- Sean Kelly <sean f4.ca> Jan 22 2008
Is there an easy way to print how many objects are allocated for each class? I know I can count and do it myself, just wonder if there's any built-in facility. Thanks.
Jan 21 2008
newbie wrote:Is there an easy way to print how many objects are allocated for each class? I know I can count and do it myself, just wonder if there's any built-in facility.
There isn't any built-in facility to do this. Sean
Jan 22 2008








Sean Kelly <sean f4.ca>