Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.h1823 #define ZONE_VIEW_DEFINE(var, name, heap_or_zone, size) \ macro
/xnu-8796.121.2/doc/
H A Dstartup.md142 - `ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`: zone and kalloc heap views.
163 - Last: zone and kalloc heaps (`ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`).
/xnu-8796.121.2/bsd/kern/
H A Dkern_malloc.c79 ZONE_VIEW_DEFINE(ZV_NAMEI, "vfs.namei", KHEAP_ID_DATA_BUFFERS, MAXPATHLEN);