Home
last modified time | relevance | path

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

/freebsd/stand/kshim/
H A Dbsd_kernel.c1373 struct malloc_hdr { struct
1374 TAILQ_ENTRY(malloc_hdr) entry;
1378 static TAILQ_HEAD(, malloc_hdr) malloc_head = argument
1384 struct malloc_hdr *hdr; in usb_malloc()
1387 size += sizeof(struct malloc_hdr); in usb_malloc()
1421 struct malloc_hdr *hdr; in usb_free()