Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/ipc/
H A Dmach_debug.c191 const uint32_t BATCH_SIZE = 4 << 10; in mach_port_space_info() local
284 if (index + 1 < tsize && (index + 1) % BATCH_SIZE == 0) { in mach_port_space_info()