Searched refs:MACH_NODE_ALLOC (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ | ||
| H A D | mach_node.h | 135 #define MACH_NODE_ALLOC() ((mach_node_t)kalloc(MACH_NODE_SIZE)) macro |
| H A D | mach_node.c | 256 mach_node_t node = MACH_NODE_ALLOC(); in mach_node_alloc_init() |