dmd does most of its allcoation with new. I wonder what would be the easiest way to track how many instances of each type are created. There are over 3000 call sites, so ideally the changes to the source would be entirely automatic (e.g. with sed). Would be in your debt for any ideas. Thanks!