Home
last modified time | relevance | path

Searched refs:MACH_NODE_ALLOC (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dmach_node.h135 #define MACH_NODE_ALLOC() ((mach_node_t)kalloc(MACH_NODE_SIZE)) macro
H A Dmach_node.c257 mach_node_t node = MACH_NODE_ALLOC(); in mach_node_alloc_init()