Dear all,

I need to know how to calculate the size of QMap object in memory. for example, if I have a QMap<qint32,qint32> with 10,000 items inserted. How much of Ram that object would take?

Thanks in advance.