Re: Class Size Creation Statistics



You can take a snapshot of the number of blocks allocated for every block size. The function is called "GetMemoryManagerState":

Is that the number of blocks allocated since the application started or just the number currently allocated?
Is there a way to know how many of the blocks allocated (and maybe since freed) by the applications are classes (vs being string, array, etc.), maybe with the debug/leak trace info?


Eric
.