Searched defs:MALLOC (Results 1 - 1 of 1) sorted by path

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h119 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
121 * appropriate. If MALLOC is undefined, malloc will be invoked
124 * recycle memory acquired from MALLOC, #define FREE to be the
132 * suffices to get rid of MALLOC calls except for unusual cases,
201 #ifdef MALLOC
202 extern Char *MALLOC ANSI((size_t));
204 #define MALLOC malloc macro

Completed in 65 milliseconds