I have a number given to me in size_t format that represents an amount of memory if the number is not a power of two I need to increase it until it becomes one.
How c