Searched refs:malloc_type (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_malloc.h | 109 struct malloc_type { struct 110 struct malloc_type *ks_next; /* Next in global chain. */ argument 170 struct malloc_type type[1] = { \ 189 extern struct malloc_type type[1]
|
/third_party/FreeBSD/sys/sys/ |
D | malloc.h | 63 struct malloc_type { struct 64 struct malloc_type *ks_next; /* Next in global chain. */ argument 72 struct malloc_type type[1] = { \ argument
|
D | kobj.h | 46 struct malloc_type; 201 struct malloc_type *mtype, 213 void kobj_delete(kobj_t obj, struct malloc_type *mtype);
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks() local 172 gallivm->coro_malloc_hook_type = malloc_type; in lp_build_coro_declare_malloc_hooks() 173 gallivm->coro_malloc_hook = LLVMAddFunction(gallivm->module, "coro_malloc", malloc_type); in lp_build_coro_declare_malloc_hooks() 189 LLVMTypeRef malloc_type = in lp_build_coro_begin_alloc_mem() local 192 …alloc_mem = LLVMBuildCall2(gallivm->builder, malloc_type, gallivm->coro_malloc_hook, &coro_size, 1… in lp_build_coro_begin_alloc_mem()
|
/third_party/FreeBSD/sys/kern/ |
D | subr_kobj.c | 241 struct malloc_type *mtype, in kobj_create() 302 kobj_delete(kobj_t obj, struct malloc_type *mtype) in kobj_delete()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_mbuf.c | 39 usb_alloc_mbufs(struct malloc_type *type, struct usb_ifqueue *ifq, in usb_alloc_mbufs()
|
D | usb_mbuf.h | 89 void *usb_alloc_mbufs(struct malloc_type *type, struct usb_ifqueue *ifq,
|
D | usb_core.h | 190 typedef struct malloc_type *usb_malloc_type;
|
D | usbhid.h | 265 void **descp, uint16_t *sizep, struct malloc_type *mem,
|
D | usb_hid.c | 789 struct malloc_type *mem, uint8_t iface_index) in usbd_req_get_hid_desc()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 741 void *sctp_hashinit_flags(int elements, struct malloc_type *type, 744 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask); 747 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask);
|
D | sctputil.c | 7298 sctp_hashinit_flags(int elements, struct malloc_type *type, 7349 sctp_hashinit_flags(int elements, struct malloc_type *type, 7392 sctp_hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) 7407 sctp_hashfreedestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask)
|