HomeSort by: relevance | last modified time | path
    Searched refs:malloc_type (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/sys/
mallocvar.h 43 struct malloc_type;
49 static struct malloc_type *const __unused type = 0
51 #define malloc_type_attach(malloc_type)
52 #define malloc_type_detach(malloc_type)
  /src/sys/fs/nfs/nlm/
nlm.h 57 size_t srcsize, struct malloc_type *type);
63 struct malloc_type *type);
nlm_prot_impl.c 329 struct malloc_type *type)
342 struct malloc_type *type)
  /src/sys/dev/isa/
isadmavar.h 139 struct malloc_type *, int);
140 void _isa_free(void *, struct malloc_type *);
sbdspvar.h 200 struct malloc_type;
isadma.c 726 _isa_malloc(struct isa_dma_state *ids, int chan, size_t size, struct malloc_type *pool, int flags)
758 _isa_free(void *addr, struct malloc_type *pool)
  /src/sys/dev/ieee1394/
firewirereg.h 261 struct malloc_type *malloc;
293 int fw_xferlist_add(struct fw_xferlist *, struct malloc_type *, int, int, int,
296 struct fw_xfer *fw_xfer_alloc(struct malloc_type *);
297 struct fw_xfer *fw_xfer_alloc_buf(struct malloc_type *, int, int);
firewire.c 780 fw_xferlist_add(struct fw_xferlist *q, struct malloc_type *type, int slen,
815 fw_xfer_alloc(struct malloc_type *type)
830 fw_xfer_alloc_buf(struct malloc_type *type, int send_len, int recv_len)
  /src/external/gpl2/rcs/include/
conf.h 170 typedef void *malloc_type; /* type returned by malloc() */ typedef
387 malloc_type malloc P((size_t));
388 malloc_type realloc P((malloc_type,size_t));
  /src/external/gpl2/rcs/dist/src/
rcsbase.h 704 malloc_type fremember P((malloc_type));
705 malloc_type ftestalloc P((size_t));
706 malloc_type testalloc P((size_t));
707 malloc_type testrealloc P((malloc_type,size_t));
711 extern malloc_type lintalloc;
714 # define trealloc(T,p,n) (lintalloc = testrealloc((malloc_type)0, sizeof(T)*(n)), p)
719 # define trealloc(T,p,n) ((T*) testrealloc((malloc_type)(p), sizeof(T)*(n)))
720 # define tfree(p) free((malloc_type)(p)
    [all...]
conf.heg 170 typedef void *malloc_type; /* type returned by malloc() */
380 malloc_type malloc P((size_t));
381 malloc_type realloc P((malloc_type,size_t));
rcsutil.c 227 malloc_type lintalloc;
237 malloc_type alloc;
243 static malloc_type okalloc P((malloc_type));
244 static malloc_type
246 malloc_type p;
253 malloc_type
261 malloc_type
263 malloc_type ptr;
270 malloc_type
    [all...]
conf.sh 1363 $ech >&3 "$0: configuring malloc_type $dots"
1366 typedef void *malloc_type;
1368 malloc_type malloc();
1370 static malloc_type identity P((malloc_type));
1371 static malloc_type identity(x) malloc_type x; { return x; }
1380 echo "typedef $t *malloc_type; /* type returned by malloc() */"
2212 malloc_type malloc P((size_t));
2213 malloc_type realloc P((malloc_type,size_t))
    [all...]
rcsfnms.c 431 b->size = sizeof(malloc_type);
  /src/sys/dev/ic/
interwavevar.h 231 struct malloc_type;
  /src/external/cddl/osnet/dev/dtmalloc/
dtmalloc.c 87 p = "struct malloc_type *";
113 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused)
120 * malloc_type descriptions are allowed to contain whitespace, but
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 1240 drm_alloc(size_t size, struct malloc_type *area)
1246 drm_calloc(size_t nmemb, size_t size, struct malloc_type *area)
1253 struct malloc_type *area)
1272 drm_free(void *pt, size_t size, struct malloc_type *area)
  /src/sys/fs/udf/
udf_subr.h 62 struct malloc_type *mtype, /* where to allocate */
udf_readwrite.c 349 struct malloc_type *mtype, union dscrptr **dstp)
  /src/external/cddl/osnet/dev/sdt/
sdt.c 153 strdup(const char *s, const struct malloc_type *m)

Completed in 89 milliseconds