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

/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Daout.c41 #define MALLOC(x) malloc(x) macro
50 #define MALLOC(x) alloc(x) macro
H A Delf.c40 #define MALLOC(x) malloc(x) macro
49 #define MALLOC(x) alloc(x) macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmem.h175 #define MALLOC(sp, p, cast, size) { \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dhash.c24 #define MALLOC(t, n) ((t *) xmalloc (sizeof (t) * (n))) macro
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Ddefs.h139 #define MALLOC(n) (malloc((size_t)(n))) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dparse.h68 #define MALLOC(_X_) (char *)kmem_alloc(_X_) macro
72 #define MALLOC(_X_) (char *)kmem_alloc(_X_, KM_SLEEP) macro
76 #define MALLOC(_X_) malloc(_X_) macro
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dgdtoaimp.h221 #define MALLOC malloc macro
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.h209 #define MALLOC(ptr, size) do { \ macro
/netbsd-6-1-5-RELEASE/usr.sbin/route6d/
H A Droute6d.c266 #define MALLOC(type) ((type *)malloc(sizeof(type))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c165 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c139 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
[all...]
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/lib/
H A Dxmlparse.c559 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/stbi/
H A Dstb_image.c447 #define MALLOC(size) malloc((size), M_TEMP, M_WAITOK) macro
451 #define MALLOC(size) malloc((size)) macro
[all...]

Completed in 398 milliseconds