Click here to Skip to main content
15,880,503 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Garbage Collector for Borland C++ Builder 6 Pin
CPallini25-Jun-09 8:21
mveCPallini25-Jun-09 8:21 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
led mike25-Jun-09 8:28
led mike25-Jun-09 8:28 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
norish25-Jun-09 19:34
norish25-Jun-09 19:34 
AnswerRe: Garbage Collector for Borland C++ Builder 6 Pin
Joe Woodbury25-Jun-09 8:19
professionalJoe Woodbury25-Jun-09 8:19 
AnswerRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson25-Jun-09 8:38
professionalStuart Dootson25-Jun-09 8:38 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano25-Jun-09 9:41
caoctaviano25-Jun-09 9:41 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson25-Jun-09 10:03
professionalStuart Dootson25-Jun-09 10:03 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano25-Jun-09 10:50
caoctaviano25-Jun-09 10:50 
Look at this interesting thing...
If I minimize the program which is using about 16000K of memory, the memory usage reduces to about 4000K.
Is the Windows Task Manager reliable to check the memory usage ?
Somebody told me that it is not the correct place to check it because the windows task manager doesn't show the memory usage of an application. It only shows its "working set", which is the memory reserved by Windows to my application.
He also told me that the Windows changes the "working set" as it believes that it is needed to review the balance.

Do you guys suppose it is correct ?
If not, how can I measure the real memory usage of my application ?
And how could I check if my application has any kind of memory leak issue ? Is there any tool to check it for C++ Builder ?
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Luc Pattyn25-Jun-09 10:56
sitebuilderLuc Pattyn25-Jun-09 10:56 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson25-Jun-09 11:17
professionalStuart Dootson25-Jun-09 11:17 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
caoctaviano29-Jun-09 2:41
caoctaviano29-Jun-09 2:41 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Stuart Dootson29-Jun-09 2:44
professionalStuart Dootson29-Jun-09 2:44 
GeneralRe: Garbage Collector for Borland C++ Builder 6 Pin
Rafael_Brazil27-Jan-10 5:31
Rafael_Brazil27-Jan-10 5:31 
Questionplotting 3d graphs Pin
Dhyanga25-Jun-09 4:53
Dhyanga25-Jun-09 4:53 
QuestionRe: plotting 3d graphs Pin
David Crow25-Jun-09 5:29
David Crow25-Jun-09 5:29 
QuestionRe: plotting 3d graphs Pin
CPallini25-Jun-09 7:45
mveCPallini25-Jun-09 7:45 
AnswerRe: plotting 3d graphs Pin
Chandrasekharan P25-Jun-09 19:48
Chandrasekharan P25-Jun-09 19:48 
GeneralRe: plotting 3d graphs Pin
kilt26-Jun-09 5:22
kilt26-Jun-09 5:22 
QuestionReading from registry Pin
V K 225-Jun-09 4:45
V K 225-Jun-09 4:45 
AnswerRe: Reading from registry Pin
led mike25-Jun-09 5:17
led mike25-Jun-09 5:17 
AnswerRe: Reading from registry Pin
David Crow25-Jun-09 5:28
David Crow25-Jun-09 5:28 
GeneralRe: Reading from registry Pin
Pavan_Putra25-Jun-09 19:29
Pavan_Putra25-Jun-09 19:29 
AnswerRe: Reading from registry Pin
Pavan_Putra26-Jun-09 3:36
Pavan_Putra26-Jun-09 3:36 
QuestionHow to update a string in C++ MFC CListBox Pin
CodeMacDaddy25-Jun-09 4:31
CodeMacDaddy25-Jun-09 4:31 
QuestionRe: How to update a string in C++ MFC CListBox Pin
led mike25-Jun-09 4:33
led mike25-Jun-09 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.