Searched refs:KALLOC_HEAP_DEFINE (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.81.2/doc/ |
| H A D | startup.md | 142 - `ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`: zone and kalloc heap views. 163 - Last: zone and kalloc heaps (`ZONE_VIEW_DEFINE`, `KALLOC_HEAP_DEFINE`).
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_malloc.c | 80 KALLOC_HEAP_DEFINE(KERN_OS_MALLOC, "kern_os_malloc", KHEAP_ID_DEFAULT);
|
| /xnu-8792.81.2/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 59 KALLOC_HEAP_DEFINE(KHEAP_DTRACE, "dtrace", KHEAP_ID_DEFAULT);
|
| /xnu-8792.81.2/osfmk/kern/ |
| H A D | kalloc.h | 197 #define KALLOC_HEAP_DEFINE(var, name, heap_id) \ macro
|
| /xnu-8792.81.2/bsd/vfs/ |
| H A D | vfs_bio.c | 2225 KALLOC_HEAP_DEFINE(KHEAP_VFS_BIO, "vfs_bio", KHEAP_ID_DATA_BUFFERS);
|
| /xnu-8792.81.2/bsd/net/ |
| H A D | ntstat.c | 279 static KALLOC_HEAP_DEFINE(KHEAP_NET_STAT, NET_STAT_CONTROL_NAME,
|