Home
last modified time | relevance | path

Searched refs:malloc_type (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/sys/
H A Dmallocvar.h43 struct malloc_type;
49 static struct malloc_type *const __unused type = 0
51 #define malloc_type_attach(malloc_type) argument
52 #define malloc_type_detach(malloc_type) argument
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c227 malloc_type lintalloc;
237 malloc_type alloc;
243 static malloc_type okalloc P((malloc_type));
244 static malloc_type
246 malloc_type p; in okalloc()
253 malloc_type
261 malloc_type
263 malloc_type ptr; in testrealloc()
270 malloc_type
272 malloc_type ptr; in fremember()
[all …]
H A Drcsbase.h704 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))
H A Dconf.heg170 typedef void *malloc_type; /* type returned by malloc() */
380 malloc_type malloc P((size_t));
381 malloc_type realloc P((malloc_type,size_t));
H A Dconf.sh1366 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; }
H A Drcsfnms.c431 b->size = sizeof(malloc_type);
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h170 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));
/netbsd-src/sys/dev/ieee1394/
H A Dfirewirereg.h261 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);
H A Dfirewire.c780 fw_xferlist_add(struct fw_xferlist *q, struct malloc_type *type, int slen, in fw_xferlist_add()
815 fw_xfer_alloc(struct malloc_type *type) in fw_xfer_alloc()
830 fw_xfer_alloc_buf(struct malloc_type *type, int send_len, int recv_len) in fw_xfer_alloc_buf()
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm.h57 size_t srcsize, struct malloc_type *type);
63 struct malloc_type *type);
H A Dnlm_prot_impl.c329 struct malloc_type *type) in nlm_make_netobj()
342 struct malloc_type *type) in nlm_copy_netobj()
/netbsd-src/sys/dev/isa/
H A Disadmavar.h139 struct malloc_type *, int);
140 void _isa_free(void *, struct malloc_type *);
H A Dsbdspvar.h200 struct malloc_type;
H A Disadma.c726 _isa_malloc(struct isa_dma_state *ids, int chan, size_t size, struct malloc_type *pool, int flags) in _isa_malloc()
758 _isa_free(void *addr, struct malloc_type *pool) in _isa_free()
/netbsd-src/external/cddl/osnet/dev/dtmalloc/
H A Ddtmalloc.c113 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused) in dtmalloc_type_cb()
/netbsd-src/sys/dev/ic/
H A Dinterwavevar.h231 struct malloc_type;
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h1240 drm_alloc(size_t size, struct malloc_type *area) in drm_alloc()
1246 drm_calloc(size_t nmemb, size_t size, struct malloc_type *area) in drm_calloc()
1253 struct malloc_type *area) in drm_realloc()
1272 drm_free(void *pt, size_t size, struct malloc_type *area) in drm_free()
/netbsd-src/sys/fs/udf/
H A Dudf_subr.h62 struct malloc_type *mtype, /* where to allocate */
H A Dudf_readwrite.c349 struct malloc_type *mtype, union dscrptr **dstp) in udf_read_phys_dscr()
/netbsd-src/external/cddl/osnet/dev/sdt/
H A Dsdt.c153 strdup(const char *s, const struct malloc_type *m) in strdup()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi8554 malloc_type (size_t);
8561 @code{malloc_type}, like the standard C function @code{malloc},
H A Dgcc.info39895 malloc_type (size_t);
39899 by the product of arguments 1 and 2, and that 'malloc_type', like
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi8030 malloc_type (size_t);
8037 @code{malloc_type}, like the standard C function @code{malloc},
H A Dgcc.info36333 malloc_type (size_t);
36337 by the product of arguments 1 and 2, and that 'malloc_type', like