Searched defs:XMALLOC (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dxalloc.h80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c36 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Davr-tdep.c72 #undef XMALLOC macro
73 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
H A Ddefs.h869 #define XMALLOC macro

Completed in 197 milliseconds