Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Codeguard-Output(malloc, calloc)
Codeguard-Output(malloc, calloc) [message #131519] Tue, 14 December 2004 10:52
Eclipse UserFriend
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
Previous Topic:CDT 2.1 RC builds - release notes?
Next Topic:typdef Problems
Goto Forum:
  


Current Time: Fri Oct 18 11:42:17 GMT 2024

Powered by FUDForum. Page generated in 0.03314 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top