Lines Matching defs:MALLOC
120 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
122 * appropriate. If MALLOC is undefined, malloc will be invoked
125 * recycle memory acquired from MALLOC, #define FREE to be the
133 * suffices to get rid of MALLOC calls except for unusual cases,
223 #ifdef MALLOC
224 extern Char *MALLOC ANSI((size_t));
226 #define MALLOC malloc