Home
last modified time | relevance | path

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

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