-class DumpAllocStats : public ResourceObj {
+class DumpAllocStats {
This class is never allocated from resource area or C-heap. It's just stack allocated. There's no reason to subclass from ResourceObj
+class DumpAllocStats {
This class is never allocated from resource area or C-heap. It's just stack allocated. There's no reason to subclass from ResourceObj