Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c1037 struct dn_heap *heaps[3]; in dummynet() local
1044 heaps[0] = &ready_heap; /* fixed-rate queues */ in dummynet()
1045 heaps[1] = &wfq_ready_heap; /* wfq queues */ in dummynet()
1046 heaps[2] = &extract_heap; /* delay line */ in dummynet()
1058 h = heaps[i]; in dummynet()
1100 h = heaps[i]; in dummynet()
/xnu-8019.80.24/doc/
H A Dstartup.md189 - Last: zone and kalloc heaps (`ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`).
H A Dallocators.md121 kalloc heaps.
136 either heaps. New code should consider using the proper `kheap_*` variant
441 zones and kalloc heaps respectively.