Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2465 Discussions

Calculate size of RAM memory allocated by concurrent_unordered_multimap

Srdjan_N_
Beginner
233 Views

Hello everyone,

I have one problem, and I hope that someone have solution.
Suppose that we have concurrent_unordered_multimap<T, T> multimapTest; and random data are inserted in multimapTest.
Is there a way to calculate size of RAM memory (in bytes) which are allocated by multimapTest?

Regards.

0 Kudos
0 Replies
Reply