Home
last modified time | relevance | path

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

/trueos/contrib/ntp/include/
HDparse.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
/trueos/sys/sys/
HDmalloc.h155 #define MALLOC(space, cast, size, type, flags) \ macro
/trueos/contrib/nvi/common/
HDmem.h177 #define MALLOC(sp, p, cast, size) { \ macro
/trueos/contrib/gdb/gdb/
HDwince-stub.c31 #define MALLOC(n) (void *) LocalAlloc (LMEM_MOVEABLE | LMEM_ZEROINIT, (UINT)(n)) macro
/trueos/contrib/byacc/
HDdefs.h159 #define MALLOC(n) (malloc((size_t)(n))) macro
/trueos/contrib/gdtoa/
HDgdtoaimp.h215 #define MALLOC malloc macro
/trueos/gnu/usr.bin/grep/
HDdfa.c165 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
/trueos/usr.sbin/route6d/
HDroute6d.c271 #define MALLOC(type) ((type *)malloc(sizeof(type))) macro
/trueos/contrib/expat/lib/
HDxmlparse.c562 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro