Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmount_internal.h519 KALLOC_TYPE_DECLARE(mount_zone);
H A Dproc_internal.h1039 KALLOC_TYPE_DECLARE(proc_stats_zone);
/xnu-11417.140.69/bsd/net/
H A Dradix.h359 KALLOC_TYPE_DECLARE(radix_node_head_zone);
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_var.h1807 KALLOC_TYPE_DECLARE(tcp_reass_zone);
1811 KALLOC_TYPE_DECLARE(tcp_rxt_seg_zone);
1815 KALLOC_TYPE_DECLARE(tcp_seg_sent_zone);
/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.h452 #define KALLOC_TYPE_DECLARE(var) \ macro