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

/freebsd-9.3-release/contrib/diff/lib/
H A Dxalloc.h83 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dxalloc.h80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxalloc.h80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dxalloc.h64 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) macro
/freebsd-9.3-release/usr.bin/fmt/
H A Dfmt.c253 #define XMALLOC(x) xrealloc(0,x) macro
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c36 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h879 #define XMALLOC macro
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dlibtommath.c76 #define XMALLOC os_malloc macro

Completed in 106 milliseconds