Searched refs:ZONE_VIEW_DEFINE (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | counter_common.c | 36 ZONE_VIEW_DEFINE(counters_zone, "per_cpu_counters", .zv_zone = &percpu_u64_zone, sizeof(uint64_t));
|
| H A D | zalloc.h | 694 #define ZONE_VIEW_DEFINE(var, name, heap_or_zone, size) \ macro
|
| /xnu-8019.80.24/doc/ |
| H A D | startup.md | 167 - `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 D | allocators.md | 444 `ZONE_VIEW_DECLARE` and `ZONE_VIEW_DEFINE`, and can be an alias either for
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_malloc.c | 78 ZONE_VIEW_DEFINE(ZV_NAMEI, "vfs.namei", KHEAP_ID_DATA_BUFFERS, MAXPATHLEN);
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 471 ZONE_VIEW_DEFINE(ZV_NFSDIROFF, "NFSV3 diroff",
|