]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Remove usage of aligned alloc implementations and instead use malloc malloc 1927/head
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 4 Jul 2025 10:40:33 +0000 (12:40 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 4 Jul 2025 15:23:32 +0000 (17:23 +0200)
commit8ab9b796d4ae696e9be44a7d6d85318b50ad12e7
tree48b01ce260ba718e11444ec6f672d237b7873304
parent962ab42190c0fd197595c8f47e2c9ea91fd7c0aa
Remove usage of aligned alloc implementations and instead use malloc
and handle alignment internally. We already always have to do those
checks because we have to support external alloc implementations.
CMakeLists.txt
configure
zutil.c
zutil_p.h