Searched refs:min_cubic_size_per_thread (Results 1 – 2 of 2) sorted by relevance
609 static const std::uint64_t min_cubic_size_per_thread = 64 * 1024; in HowManyThreads() local616 std::min(thread_count, int(cubic_size / min_cubic_size_per_thread)); in HowManyThreads()
987 static constexpr std::uint64_t min_cubic_size_per_thread = 64 * 1024; in LegacyHowManyThreads() local994 thread_count, static_cast<int>(cubic_size / min_cubic_size_per_thread)); in LegacyHowManyThreads()