Searched refs:array_size (Results 1 – 1 of 1) sorted by relevance
200 const size_t array_size = (topology_info->max_cpu_id + 1) * sizeof(*machProcessors); in cpu_boot_thread() local201 machProcessors = static_cast<processor_t *>(zalloc_permanent(array_size, ZALIGN_PTR)); in cpu_boot_thread()