Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Memory Leak Pin
toxcct4-Apr-06 0:48
toxcct4-Apr-06 0:48 
AnswerRe: Memory Leak Pin
jayart4-Apr-06 1:34
jayart4-Apr-06 1:34 
GeneralRe: Memory Leak Pin
thepersonof4-Apr-06 1:42
thepersonof4-Apr-06 1:42 
GeneralRe: Memory Leak Pin
jayart4-Apr-06 1:53
jayart4-Apr-06 1:53 
GeneralRe: Memory Leak Pin
thepersonof4-Apr-06 1:56
thepersonof4-Apr-06 1:56 
GeneralRe: Memory Leak Pin
toxcct4-Apr-06 2:01
toxcct4-Apr-06 2:01 
GeneralRe: Memory Leak Pin
jayart4-Apr-06 2:08
jayart4-Apr-06 2:08 
GeneralRe: Memory Leak Pin
toxcct4-Apr-06 2:14
toxcct4-Apr-06 2:14 
i had read && understood his question.

what he desscribes looks really like a memory leak because if it was a huge allocation, it would happen depending on what he does thru the application, and it would certainly allocate a big memory block once, and stop then.

what you answered is not a solution to fix memory leaks, even using STL AFAIK.

it's much a good habit to use when dealing with big objects as function parameters (and not only STL containers).
and it's not because he changes his functions signatures by using references that his memory won't increase that fast... (maybe less each second at least, but that's all).
QuestionRight mouse click for CStatic ? Pin
madmax00013-Apr-06 23:52
madmax00013-Apr-06 23:52 
AnswerRe: Right mouse click for CStatic ? Pin
J51219824-Apr-06 0:00
J51219824-Apr-06 0:00 
GeneralRe: Right mouse click for CStatic ? Pin
madmax00014-Apr-06 0:14
madmax00014-Apr-06 0:14 
GeneralRe: Right mouse click for CStatic ? Pin
J51219824-Apr-06 0:29
J51219824-Apr-06 0:29 
Generaloff topic Pin
toxcct4-Apr-06 0:45
toxcct4-Apr-06 0:45 
QuestionDiffrence between the Language. Pin
Tom Mat3-Apr-06 23:33
Tom Mat3-Apr-06 23:33 
AnswerRe: Diffrence between the Language. Pin
toxcct3-Apr-06 23:36
toxcct3-Apr-06 23:36 
AnswerRe: Diffrence between the Language. Pin
Cedric Moonen3-Apr-06 23:49
Cedric Moonen3-Apr-06 23:49 
AnswerRe: Diffrence between the Language. Pin
Ștefan-Mihai MOGA4-Apr-06 1:38
professionalȘtefan-Mihai MOGA4-Apr-06 1:38 
AnswerRe: Diffrence between the Language. Pin
YaronNir4-Apr-06 4:22
YaronNir4-Apr-06 4:22 
Questionhelp for server... Pin
dubrava3-Apr-06 23:07
dubrava3-Apr-06 23:07 
AnswerRe: help for server... Pin
includeh104-Apr-06 0:55
includeh104-Apr-06 0:55 
Questionsend/recv to/from Outlook Web Access Pin
Ștefan-Mihai MOGA3-Apr-06 22:38
professionalȘtefan-Mihai MOGA3-Apr-06 22:38 
QuestionInterprocess communication?? Pin
dSolariuM3-Apr-06 21:46
dSolariuM3-Apr-06 21:46 
AnswerRe: Interprocess communication?? Pin
Cedric Moonen3-Apr-06 21:56
Cedric Moonen3-Apr-06 21:56 
GeneralRe: Interprocess communication?? Pin
dSolariuM3-Apr-06 23:10
dSolariuM3-Apr-06 23:10 
AnswerRe: Interprocess communication?? Pin
Joel Lucsy5-Apr-06 7:46
Joel Lucsy5-Apr-06 7:46 

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.