]> git.sur5r.net Git - openocd/commitdiff
Sorry, I have forgotten to add a description for the last version, where
authormifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 14 Dec 2007 19:15:32 +0000 (19:15 +0000)
committermifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 14 Dec 2007 19:15:32 +0000 (19:15 +0000)
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

src/helper/replacements.h

index 7d48e3c64bbc65ba4eb5b3dc96b27f832aebea00..90f0b91dd61b65e17f5f214e8cd944bc1f0105eb 100644 (file)
@@ -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\r
  * the following macros. Which is the default way.\r
  */\r
\r
 //#define malloc((_a)) clear_malloc((_a))
 //#define malloc((_a)) fill_malloc((_a))