Menu

Memory Profiler for C / News: Recent posts

Version 2.0 Released

Version 2.0 now supports all the standard C memory allocation functions:
- profile_malloc
- profile_calloc
- profile_realloc
- profile_free

The following extra functions are also available if you wish to include a comment when performing one of the memory allocation procedures:
- profile_malloc_with_comment
- profile_calloc_with_comment
- profile_realloc_with_comment

Additionally, the library now checks if an error occurred while trying to allocate memory and
sets the corresponding size field to zero in the profiler's data structure.

Posted by Portucalle 2013-02-19

First Release Available in Portuguese

The first release of the C Memory Profiler library with comments written in Portuguese is now available!

The release is labeled "Version 1.0 (Portuguese)" and contains the same functionality as the release labeled "Version 1.0 (English)". It is intended for programmers who prefer to comment their code in the Portuguese language.

The main trunk of the library is commented in Portuguese but the releases in Sourceforge will be done mainly in English in order to allow everyone to understand the code and to comply with the site's rules.

Posted by Portucalle 2006-07-02

First Release Available

The first release of the C Memory Profiler library is now available!

The release is labeled "Version 1.0 (English)" and contains comments in English (another version containing comments in Portuguese will be out soon).

The release contains fully functional code tested in real C programs, with no problems found yet. Even though the library is quite simple, the next goal is to write a document explaining how to use the API and how to compile it together with your programs.... read more

Posted by Portucalle 2006-06-30