Home
last modified time | relevance | path

Searched defs:ALLOC (Results 1 – 21 of 21) sorted by relevance

/openbsd/sys/arch/sparc64/include/
H A Dloadfile_machdep.h53 #define ALLOC(a) alloc(a) macro
63 #define ALLOC(a) malloc(a) macro
/openbsd/sys/arch/hppa/include/
H A Dloadfile_machdep.h56 #define ALLOC(a) alloc(a) macro
72 #define ALLOC(a) malloc(a) macro
/openbsd/sys/arch/luna88k/include/
H A Dloadfile_machdep.h46 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/loongson/include/
H A Dloadfile_machdep.h48 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/octeon/include/
H A Dloadfile_machdep.h48 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/arm64/include/
H A Dloadfile_machdep.h50 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/armv7/include/
H A Dloadfile_machdep.h50 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/macppc/include/
H A Dloadfile_machdep.h48 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/riscv64/include/
H A Dloadfile_machdep.h50 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/landisk/include/
H A Dloadfile_machdep.h48 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/alpha/include/
H A Dloadfile_machdep.h47 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/i386/include/
H A Dloadfile_machdep.h52 #define ALLOC(a) alloc(a) macro
/openbsd/sys/arch/amd64/include/
H A Dloadfile_machdep.h58 #define ALLOC(a) alloc(a) macro
/openbsd/usr.bin/rdist/
H A Dclient.h63 #define ALLOC(x) xmalloc(sizeof(struct x)) macro
/openbsd/games/fortune/strfile/
H A Dstrfile.c73 # define ALLOC(ptr,sz) do { \ macro
/openbsd/bin/ksh/
H A Dtable.h39 #define ALLOC BIT(0) /* val.s has been allocated */ macro
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dzextract.c292 #define ALLOC xmalloc macro
H A Djcf.h57 #define ALLOC xmalloc macro
/openbsd/usr.sbin/amd/include/
H A Dam.h326 #define ALLOC(ty) ((struct ty *) xmalloc(sizeof(struct ty))) macro
/openbsd/sys/dev/isa/
H A Dif_ie.c1734 #define ALLOC(p, n) _ALLOC(p, ALIGN(n)) macro
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dinternal.h27 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) macro