HomeSort by: relevance | last modified time | path
    Searched defs:ALLOC (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/kadmin/
kadmin_locl.h 104 #undef ALLOC
105 #define ALLOC(X) ((X) = malloc(sizeof(*(X))))
  /src/crypto/external/bsd/heimdal/dist/kdc/
headers.h 116 #undef ALLOC
117 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X))))
  /src/share/examples/refuse/fanoutfs/
defs.h 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/share/examples/refuse/id3fs/
defs.h 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/share/examples/refuse/virtdir/
defs.h 67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/crypto/external/bsd/netpgp/dist/src/lib/
defs.h 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/crypto/external/bsd/netpgp/dist/src/libmj/
defs.h 76 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
defs.h 73 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/external/bsd/iscsi/dist/include/
defs.h 69 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
  /src/sys/arch/acorn32/include/
loadfile_machdep.h 56 #define ALLOC(a) alloc(a)
73 #define ALLOC(a) malloc(a)
  /src/sys/arch/alpha/include/
loadfile_machdep.h 51 #define ALLOC(a) alloc(a)
68 #define ALLOC(a) malloc(a)
  /src/sys/arch/arc/include/
loadfile_machdep.h 55 #define ALLOC(a) alloc(a)
  /src/sys/arch/bebox/include/
loadfile_machdep.h 51 #define ALLOC(a) alloc(a)
  /src/sys/arch/cobalt/include/
loadfile_machdep.h 55 #define ALLOC(a) alloc(a)
  /src/sys/arch/emips/include/
loadfile_machdep.h 55 #define ALLOC(a) alloc(a)
  /src/sys/arch/epoc32/include/
loadfile_machdep.h 53 #define ALLOC(a) alloc(a)
56 #define ALLOC(a) alloc(a)
  /src/sys/arch/evbarm/include/
loadfile_machdep.h 39 #define ALLOC(a) alloc(a)
  /src/sys/arch/evbcf/include/
loadfile_machdep.h 57 #define ALLOC(a) alloc(a)
64 #define ALLOC(a) malloc(a)
  /src/sys/arch/evbmips/include/
loadfile_machdep.h 52 #define ALLOC(a) alloc(a)
  /src/sys/arch/evbppc/include/
loadfile_machdep.h 51 #define ALLOC(a) alloc(a)
  /src/sys/arch/ews4800mips/include/
loadfile_machdep.h 55 #define ALLOC(a) alloc(a)
  /src/sys/arch/hpcmips/include/
loadfile_machdep.h 50 #define ALLOC(a) alloc(a)
  /src/sys/arch/hppa/include/
loadfile_machdep.h 56 #define ALLOC(a) alloc(a)
72 #define ALLOC(a) malloc(a)
  /src/sys/arch/landisk/include/
loadfile_machdep.h 53 #define ALLOC(a) alloc(a)
56 #define ALLOC(a) alloc(a)
  /src/sys/arch/luna68k/include/
loadfile_machdep.h 58 #define ALLOC(a) alloc(a)
66 #define ALLOC(a) malloc(a)

Completed in 43 milliseconds

1 2 3 4