• Timo Kreuzer's avatar
    [FTFD] Fix malloc/realloc/free wrappers
    · dca51942
    Timo Kreuzer создал
    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.
    dca51942