Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/ipc/
H A Dmach_msg.c151 #define IPC_KMSG_MAX_SPACE (64 * 1024 * 1024) /* keep in sync with COPYSIZELIMIT_PANIC */ macro
152 static const vm_size_t ipc_kmsg_max_body_space = ((IPC_KMSG_MAX_SPACE * 3) / 4 - MAX_TRAILER_SIZE);