std::size_t syten::smallest_multiple | ( | std::size_t const | factor, |
std::size_t const | lower_bound | ||
) |
Returns the smallest multiple of factor
that is at equal to or larger than lower_bound
.
Referenced by syten::DynArray< Type >::allocSize(), and l_malloc().