/netbsd-src/sys/sys/ |
H A D | mallocvar.h | 43 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 D | 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; 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 D | 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))
|
H A D | 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));
|
H A D | conf.sh | 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; }
|
H A D | rcsfnms.c | 431 b->size = sizeof(malloc_type);
|
/netbsd-src/external/gpl2/rcs/include/ |
H A D | 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));
|
/netbsd-src/sys/dev/ieee1394/ |
H A D | 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);
|
H A D | firewire.c | 780 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 D | nlm.h | 57 size_t srcsize, struct malloc_type *type); 63 struct malloc_type *type);
|
H A D | nlm_prot_impl.c | 329 struct malloc_type *type) in nlm_make_netobj() 342 struct malloc_type *type) in nlm_copy_netobj()
|
/netbsd-src/sys/dev/isa/ |
H A D | isadmavar.h | 139 struct malloc_type *, int); 140 void _isa_free(void *, struct malloc_type *);
|
H A D | sbdspvar.h | 200 struct malloc_type;
|
H A D | isadma.c | 726 _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 D | dtmalloc.c | 113 dtmalloc_type_cb(struct malloc_type *mtp, void *arg __unused) in dtmalloc_type_cb()
|
/netbsd-src/sys/dev/ic/ |
H A D | interwavevar.h | 231 struct malloc_type;
|
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | drmP.h | 1240 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 D | udf_subr.h | 62 struct malloc_type *mtype, /* where to allocate */
|
H A D | udf_readwrite.c | 349 struct malloc_type *mtype, union dscrptr **dstp) in udf_read_phys_dscr()
|
/netbsd-src/external/cddl/osnet/dev/sdt/ |
H A D | sdt.c | 153 strdup(const char *s, const struct malloc_type *m) in strdup()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 8554 malloc_type (size_t); 8561 @code{malloc_type}, like the standard C function @code{malloc},
|
H A D | gcc.info | 39895 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 D | extend.texi | 8030 malloc_type (size_t); 8037 @code{malloc_type}, like the standard C function @code{malloc},
|
H A D | gcc.info | 36333 malloc_type (size_t); 36337 by the product of arguments 1 and 2, and that 'malloc_type', like
|