summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helper/replacements.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/replacements.h b/src/helper/replacements.h
index 7d48e3c6..90f0b91d 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))