aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c
index 4feff83a2d1..ca862767bb2 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -65,13 +65,7 @@ extern void *__default_morecore (ptrdiff_t);
65 however, will use the system malloc, realloc.... In other source 65 however, will use the system malloc, realloc.... In other source
66 files, malloc, realloc... are renamed hybrid_malloc, 66 files, malloc, realloc... are renamed hybrid_malloc,
67 hybrid_realloc... via macros in conf_post.h. hybrid_malloc and 67 hybrid_realloc... via macros in conf_post.h. hybrid_malloc and
68 friends are wrapper functions defined later in this file. 68 friends are wrapper functions defined later in this file. */
69 aligned_alloc is defined as a macro only in alloc.c.
70
71 As of this writing (August 2014), Cygwin is the only platform on
72 which HYBRID_MACRO is defined. Any other platform that wants to
73 define it will have to define the macros DUMPED and
74 ALLOCATED_BEFORE_DUMPING, defined below for Cygwin. */
75#undef malloc 69#undef malloc
76#undef realloc 70#undef realloc
77#undef calloc 71#undef calloc