I just performed Allocation Profiling about how many objects of each type are in my application. I am using boost::shared_ptr extensively.
I found a large number of sp_counted_impl_p objects allocated, each occupying 16 bytes. How many of sp_counted_impl_p objects can be expect per shared_ptr? Does someone have an idea?