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

/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c1385 struct malloc_hdr { struct
1386 TAILQ_ENTRY(malloc_hdr) entry;
1390 static TAILQ_HEAD(, malloc_hdr) malloc_head =
1396 struct malloc_hdr *hdr;
1399 size += sizeof(struct malloc_hdr);
1433 struct malloc_hdr *hdr;

Completed in 116 milliseconds