HelenOS sources

malloc32           58 uspace/drv/bus/usb/ohci/endpoint_list.c 	instance->list_head = malloc32(sizeof(ed_t));
malloc32           62 uspace/drv/bus/usb/uhci/transfer_list.c 	instance->queue_head = malloc32(sizeof(qh_t));
malloc32          111 uspace/lib/usbhost/include/usb/host/utils/malloc32.h 	return malloc32(PAGE_SIZE);
HelenOS homepage, sources at GitHub