Searched refs:KALLOC_HEAP_DEFINE (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.140.69/doc/lifecycle/ |
| H A D | startup.md | 162 - `ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`: zone and kalloc heap views. 181 - Middle: zone and kalloc heaps (`ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`).
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_malloc.c | 83 KALLOC_HEAP_DEFINE(KERN_OS_MALLOC, "kern_os_malloc", KHEAP_ID_KT_VAR);
|
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 64 KALLOC_HEAP_DEFINE(KHEAP_IOBMD_CONTROL, "IOBMD_control", KHEAP_ID_KT_VAR);
|
| /xnu-11417.140.69/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 59 KALLOC_HEAP_DEFINE(KHEAP_DTRACE, "dtrace", KHEAP_ID_KT_VAR);
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | kalloc.h | 198 #define KALLOC_HEAP_DEFINE(var, name, heap_id) \ macro
|
| H A D | kalloc.c | 223 KALLOC_HEAP_DEFINE(KHEAP_DEFAULT, "KHEAP_DEFAULT", KHEAP_ID_KT_VAR);
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_bio.c | 2245 KALLOC_HEAP_DEFINE(KHEAP_VFS_BIO, "vfs_bio", KHEAP_ID_DATA_SHARED);
|