Codeguard-Output(malloc, calloc) [message #131519] |
Tue, 14 December 2004 05:52 |
Eclipse User |
|
|
|
Originally posted by: hmetu.gmx.net
Hi!
I am developing a program and tried with a help of a
codeguard to test and find out where there is a memory leak.
I got the following values:
Functions called:
delete (11 times)
free (7 times)
new (14 times)
calloc (1 times)
realloc (1 times)
strdup (1 times)
malloc (4 times)
Modules used:
00400000 12/14/2004 11:28:20
...
The problem is that I never used malloc or calloc or realloc.
The pointers I created are all deleted accordingly. The freeing
of objects which I did are 5 (like clearing the contents of a vector...)
Is it possible to find out the functions or methods using/calling the
above mentioned methods? How do I go about it?
Much appreciations for your inputs in advance!
Harp
|
|
|
Powered by
FUDForum. Page generated in 0.04615 seconds