Home
last modified time | relevance | path

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

/netbsd/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/external/mit/libcbor/dist/test/
H A Dmemory_allocation_test.c23 MALLOC, enumerator
/netbsd/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/external/gpl2/gmake/dist/
H A Dhash.c23 #define MALLOC(t, n) ((t *) xmalloc (sizeof (t) * (n))) macro
/netbsd/external/bsd/nvi/dist/common/
H A Dmem.h174 #define MALLOC(sp, p, cast, size) { \ macro
/netbsd/usr.sbin/syslogd/
H A Dsyslogd.h210 #define MALLOC(ptr, size) do { \ macro
/netbsd/external/bsd/byacc/dist/
H A Ddefs.h178 #define MALLOC(n) (malloc((size_t)(n))) macro
/netbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h226 #define MALLOC malloc macro
/netbsd/sys/dev/pci/
H A Dpci_subr.c57 #define MALLOC(sz) kmem_alloc(sz, KM_SLEEP) macro
68 #define MALLOC(sz) malloc(sz) macro
/netbsd/external/zlib/pigz/dist/
H A Dpigz.c630 #define MALLOC(s) malloc_track(&mem_track, s) macro
792 #define MALLOC malloc macro
/netbsd/usr.sbin/route6d/
H A Droute6d.c266 #define MALLOC(type) (malloc(sizeof(type))) macro
/netbsd/external/gpl2/grep/dist/src/
H A Ddfa.c165 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c139 #define MALLOC(p, t, n) ((p) = (t *) xmalloc((n) * sizeof (t))) macro
/netbsd/sys/dev/stbi/
H A Dstb_image.c447 #define MALLOC(size) malloc((size), M_TEMP, M_WAITOK) macro
452 #define MALLOC(size) malloc((size)) macro
/netbsd/external/mit/expat/dist/lib/
H A Dxmlparse.c710 #define MALLOC(parser, s) (parser->m_mem.malloc_fcn((s))) macro