[FTFD] Fix malloc/realloc/free wrappers
On x64 malloc needs to return a 16 byte aligned buffer, the previous code used an 8 byte header, making the allocations unaligned. This is now fixed with an improved header structure. Also simplify realloc a bit and make it handle Object == NULL.
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать