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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dxalloc.h82 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dxalloc.h66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dxalloc.h61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.h113 #define XMALLOC malloc macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-dump.c37 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Davr-tdep.c72 #undef XMALLOC macro
73 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
H A Ddefs.h901 #define XMALLOC macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c76 #define XMALLOC os_malloc macro

Completed in 113 milliseconds