PDA

View Full Version : Memory Requirements of Qt



Svaths
29th March 2007, 07:33
Hi,

I use Qt 3.3.6 on my embedded system.

I need to find out the exact memory requirements of Qt and my application....something like the program, data and stack requirements of Qt alone or Qt and my application put together.

Is there a way I can figure out the exact run time memory requirements ??:confused:

If not, a vague idea of Qt lib's requirements also would help me move forward.....

All suggestions are welcome..




Thanks in advance,

Regards,
Svaths

jacek
31st March 2007, 01:33
Maybe Massif (http://valgrind.org/docs/manual/ms-manual.html) will help?