Seems it got changes by accident to int during guarded allocation work, causing bad memory allocations.
This replaces our own implementation of aligned malloc with system calls, which depends on which operation system you're on. This is probably really minor noticeable change, but in the same time it might reduce amount of wasted memory.