Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.h694 #define ZONE_VIEW_DEFINE(var, name, heap_or_zone, size) \ macro
/xnu-8019.80.24/doc/
H A Dstartup.md167 - `ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`: zone and kalloc heap views.
189 - Last: zone and kalloc heaps (`ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`).
H A Dallocators.md444 `ZONE_VIEW_DECLARE` and `ZONE_VIEW_DEFINE`, and can be an alias either for
/xnu-8019.80.24/bsd/kern/
H A Dkern_malloc.c78 ZONE_VIEW_DEFINE(ZV_NAMEI, "vfs.namei", KHEAP_ID_DATA_BUFFERS, MAXPATHLEN);
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vnops.c471 ZONE_VIEW_DEFINE(ZV_NFSDIROFF, "NFSV3 diroff",