Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dcounter_common.c36 ZONE_VIEW_DEFINE(counters_zone, "per_cpu_counters", .zv_zone = &percpu_u64_zone, sizeof(uint64_t));
H A Dzalloc.h2043 #define ZONE_VIEW_DEFINE(var, name, heap_or_zone, size) \ macro
/xnu-11215.1.10/doc/lifecycle/
H A Dstartup.md144 - `ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`: zone and kalloc heap views.
163 - Middle: zone and kalloc heaps (`ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`).
/xnu-11215.1.10/bsd/kern/
H A Dkern_malloc.c82 ZONE_VIEW_DEFINE(ZV_NAMEI, "vfs.namei", KHEAP_ID_DATA_BUFFERS, MAXPATHLEN);