Home
last modified time | relevance | path

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

/xnu-8792.81.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-8792.81.2/bsd/kern/
H A Dkern_malloc.c80 KALLOC_HEAP_DEFINE(KERN_OS_MALLOC, "kern_os_malloc", KHEAP_ID_DEFAULT);
/xnu-8792.81.2/bsd/dev/dtrace/
H A Ddtrace_glue.c59 KALLOC_HEAP_DEFINE(KHEAP_DTRACE, "dtrace", KHEAP_ID_DEFAULT);
/xnu-8792.81.2/osfmk/kern/
H A Dkalloc.h197 #define KALLOC_HEAP_DEFINE(var, name, heap_id) \ macro
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_bio.c2225 KALLOC_HEAP_DEFINE(KHEAP_VFS_BIO, "vfs_bio", KHEAP_ID_DATA_BUFFERS);
/xnu-8792.81.2/bsd/net/
H A Dntstat.c279 static KALLOC_HEAP_DEFINE(KHEAP_NET_STAT, NET_STAT_CONTROL_NAME,