Searched refs:ZONE_INIT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/doc/ |
| H A D | startup.md | 153 - `ZONE_DEFINE`, `ZONE_INIT`: automatically initialized permanent zones. 174 runs `ZONE_DEFINE` and `ZONE_INIT`.
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | zalloc.h | 1345 ZONE_INIT(NULL, name, sizeof(type_t), flags, zid, NULL) 1362 #define ZONE_INIT(var, name, size, flags, desired_zid, extra_setup) \ macro
|
| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_object.c | 131 ZONE_INIT(&ipc_object_zones[IOT_PORT], 135 ZONE_INIT(&ipc_object_zones[IOT_PORT_SET],
|
| /xnu-8020.101.4/doc/allocators/ |
| H A D | read-only.md | 84 and it must be created by passing `ZC_READONLY` through either `ZONE_INIT` or
|