MaderNoob/galloc

Instead of multiplying and dividing by `MIN_ALIGNMENT`, use a shift right and left

MaderNoob opened this issue · 1 comments

This can also be applied to other things which are a multiple of 2.

The compiler will optimize this automatically