Searched defs:emalloc (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/zic/
H A Dzic.c399 #define emalloc(size) memcheck(imalloc(size)) macro
/haiku-fatelf/src/bin/gawk/
H A Dawk.h838 #define emalloc(var,ty,x,str) (void)((var=(ty)malloc((MALLOC_ARG_T)(x))) ||\ macro
846 #define emalloc(var,ty,x,str) (void)((var=(ty)malloc((MALLOC_ARG_T)(x))) ||\ macro

Completed in 40 milliseconds