Home
last modified time | relevance | path

Searched refs:ZONE_INIT (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/doc/
H A Dstartup.md141 - `ZONE_DEFINE`, `ZONE_INIT`: automatically initialized permanent zones.
159 - Rank 4: Initialize kalloc type and run `ZONE_DEFINE` and `ZONE_INIT`.
/xnu-8792.41.9/osfmk/kern/
H A Dzalloc.h1422 ZONE_INIT(NULL, name, sizeof(type_t), flags, zid, NULL)
1439 #define ZONE_INIT(var, name, size, flags, desired_zid, extra_setup) \ macro
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_object.c127 ZONE_INIT(&ipc_object_zones[IOT_PORT],
131 ZONE_INIT(&ipc_object_zones[IOT_PORT_SET],
/xnu-8792.41.9/doc/allocators/
H A Dread-only.md84 and it must be created by passing `ZC_READONLY` through either `ZONE_INIT` or