Results 1 to 2 of 2

Thread: exe size keeps increasing at run time

  1. #1
    Join Date
    Nov 2014
    Posts
    23
    Thanks
    4

    Default exe size keeps increasing at run time

    Hi all,

    I have created an application which gets data from internet. I am dumping this data into QVector at stack. As time increases i am seeing my exe file size keeps increasing which i observe from Task Manager. I need to know if i dump my data at heap, will my exe size still varies.

    and my final question, does our exe file keeps tab of both stack and heap allocated memory into its size ?????

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: exe size keeps increasing at run time

    "exe file size"? You mean Your executable binary file size increases? Or do you mean memory allocated by your executable? If you allocate memory then regardless if you do it on stack or on heap, it will be assigned to your application.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QWidget size at run time
    By mvbhavsar in forum Newbie
    Replies: 3
    Last Post: 1st February 2014, 00:32
  2. Problem in increasing Chekbox indicator size.
    By Niamita in forum Qt Programming
    Replies: 2
    Last Post: 22nd June 2012, 07:15
  3. Replies: 5
    Last Post: 22nd December 2011, 07:23
  4. QGridLayout size not the same the second time
    By rperezalejo in forum Qt Programming
    Replies: 3
    Last Post: 27th September 2011, 02:55
  5. Replies: 0
    Last Post: 12th August 2010, 16:05

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.