Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/arm/
H A DAppleARMSMP.cpp200 const size_t array_size = (topology_info->max_cpu_id + 1) * sizeof(*machProcessors); in cpu_boot_thread() local
201 machProcessors = static_cast<processor_t *>(zalloc_permanent(array_size, ZALIGN_PTR)); in cpu_boot_thread()