Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dmalloc.h62 struct malloc_type { struct
63 struct malloc_type *ks_next; /* Next in global chain. */ argument
71 struct malloc_type type[1] = { \ argument
Dkobj.h44 struct malloc_type;
199 struct malloc_type *mtype,
211 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.c239 struct malloc_type *mtype, in kobj_create()
300 kobj_delete(kobj_t obj, struct malloc_type *mtype) in kobj_delete()
/third_party/FreeBSD/sys/dev/usb/
Dusb_mbuf.c38 usb_alloc_mbufs(struct malloc_type *type, struct usb_ifqueue *ifq, in usb_alloc_mbufs()
Dusb_mbuf.h88 void *usb_alloc_mbufs(struct malloc_type *type, struct usb_ifqueue *ifq,
Dusb_core.h191 typedef struct malloc_type *usb_malloc_type;
Dusbhid.h264 void **descp, uint16_t *sizep, struct malloc_type *mem,
Dusb_hid.c788 struct malloc_type *mem, uint8_t iface_index) in usbd_req_get_hid_desc()