From a877c4b9f04cee2404a3e2f30b41b8b8cedf4872 Mon Sep 17 00:00:00 2001
From: mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Fri, 14 Dec 2007 19:15:32 +0000
Subject: [PATCH] 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
---
 src/helper/replacements.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/helper/replacements.h b/src/helper/replacements.h
index 7d48e3c64..90f0b91dd 100644
--- a/src/helper/replacements.h
+++ b/src/helper/replacements.h
@@ -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
  * the following macros. Which is the default way.
  */
+ 
 //#define malloc((_a)) clear_malloc((_a))
 //#define malloc((_a)) fill_malloc((_a))
 
-- 
GitLab