Searched refs:ZONE_INIT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/doc/ |
| H A D | startup.md | 141 - `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 D | zalloc.h | 1422 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 D | ipc_object.c | 127 ZONE_INIT(&ipc_object_zones[IOT_PORT], 131 ZONE_INIT(&ipc_object_zones[IOT_PORT_SET],
|
| /xnu-8792.41.9/doc/allocators/ |
| H A D | read-only.md | 84 and it must be created by passing `ZC_READONLY` through either `ZONE_INIT` or
|