Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_malloc.h109 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/
Dmalloc.h63 struct malloc_type { struct
64 struct malloc_type *ks_next; /* Next in global chain. */ argument
72 struct malloc_type type[1] = { \ argument
Dkobj.h46 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/
Dlp_bld_coro.c171 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/
Dsubr_kobj.c241 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/
Dusb_mbuf.c39 usb_alloc_mbufs(struct malloc_type *type, struct usb_ifqueue *ifq, in usb_alloc_mbufs()
Dusb_mbuf.h89 void *usb_alloc_mbufs(struct malloc_type *type, struct usb_ifqueue *ifq,
Dusb_core.h190 typedef struct malloc_type *usb_malloc_type;
Dusbhid.h265 void **descp, uint16_t *sizep, struct malloc_type *mem,
Dusb_hid.c789 struct malloc_type *mem, uint8_t iface_index) in usbd_req_get_hid_desc()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h741 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);
Dsctputil.c7298 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)