Forum Discussion

sechrest's avatar
15 years ago

No class names for objects created using operator new[]

I'm using the allocation profiler and hit a snag.  I switched the container for one of my most allocated class from an stl vector to a standard array created with operator new[].  After doing so, the ...