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

/freebsd-11-stable/contrib/nvi/common/
H A Dmem.h177 #define MALLOC(sp, p, cast, size) { \ macro
/freebsd-11-stable/sys/sys/
H A Dmalloc.h153 #define MALLOC(space, cast, size, type, flags) \ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c31 #define MALLOC(n) (void *) LocalAlloc (LMEM_MOVEABLE | LMEM_ZEROINIT, (UINT)(n)) macro
/freebsd-11-stable/contrib/gdtoa/
H A Dgdtoaimp.h215 #define MALLOC malloc macro
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h162 #define MALLOC(n) (malloc((size_t)(n))) macro
/freebsd-11-stable/contrib/ntp/include/
H A Dparse.h66 #define MALLOC(_X_) (char *)kmem_alloc(_X_) macro
70 #define MALLOC(_X_) (char *)kmem_alloc(_X_, KM_SLEEP) macro
74 #define MALLOC(_X_) malloc(_X_) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c165 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
[all...]
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c266 #define MALLOC(type) ((type *)malloc(sizeof(type))) macro
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c621 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro
[all...]

Completed in 148 milliseconds