Skip to content
Snippets Groups Projects
Commit a877c4b9 authored by mifi's avatar mifi
Browse files

Sorry, I have forgotten to add a description for the last version, where

I have added the clear_malloc and fill_malloc functionality. But the default
is the original malloc.



git-svn-id: svn://svn.berlios.de/openocd/trunk@229 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 05abd25d
Branches
No related tags found
No related merge requests found
...@@ -98,6 +98,7 @@ void *fill_malloc(size_t size); ...@@ -98,6 +98,7 @@ void *fill_malloc(size_t size);
* If you do not want to change the malloc function, to not use one of * If you do not want to change the malloc function, to not use one of
* the following macros. Which is the default way. * the following macros. Which is the default way.
*/ */
//#define malloc((_a)) clear_malloc((_a)) //#define malloc((_a)) clear_malloc((_a))
//#define malloc((_a)) fill_malloc((_a)) //#define malloc((_a)) fill_malloc((_a))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment