Subject: [Boost-users] Memory usage of boost::unordered_multimap and boost::unordered_multimap
From: Ram (sourceopen_at_[hidden])
Date: 2017-10-06 10:16:39


Hi,

I need help in determining the amount of memory used
by boost::unordered_multimap and boost::unordered_multimap. We have a large
code base and we have some optimizations done
using boost::unordered_multimap and boost::unordered_multimap. The speed it
really good, but we want to measure the amount of space it is occupying.

Can somebody please help with that?

I would not be able to change to use a custom new/delete.

Thanks