comparison src/gc.h @ 4735:80d74fed5399

Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the GNU_MALLOC define, which was only used to distinguish between "old" and "new" GNU malloc. See xemacs-patches message with ID <870180fe0911061348g168f85e2m5153e2b554b94803@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 09 Nov 2009 09:21:59 -0700
parents 509d2981ffea
children 6c6d78781d59
comparison
equal deleted inserted replaced
4734:74a5eaa67982 4735:80d74fed5399
83 /************************************************************************/ 83 /************************************************************************/
84 /* Prototypes */ 84 /* Prototypes */
85 /************************************************************************/ 85 /************************************************************************/
86 86
87 #ifndef MALLOC_OVERHEAD 87 #ifndef MALLOC_OVERHEAD
88 #ifdef GNU_MALLOC 88 #ifndef SYSTEM_MALLOC
89 #define MALLOC_OVERHEAD 0 89 #define MALLOC_OVERHEAD 0
90 #elif defined (rcheck) 90 #elif defined (rcheck)
91 #define MALLOC_OVERHEAD 20 91 #define MALLOC_OVERHEAD 20
92 #else 92 #else
93 #define MALLOC_OVERHEAD 8 93 #define MALLOC_OVERHEAD 8