Searched refs:byte_size (Results 1 – 1 of 1) sorted by relevance
110 …std::size_t byte_size = ((n * sizeof(d1::task*) + max_nfs_size - 1) / max_nfs_size) * max_nfs_size; in allocate_task_pool() local111 my_task_pool_size = byte_size / sizeof(d1::task*); in allocate_task_pool()112 task_pool_ptr = (d1::task**)cache_aligned_allocate(byte_size); in allocate_task_pool()