]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Remove usage of aligned alloc implementations and instead use malloc
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 4 Jul 2025 10:40:33 +0000 (12:40 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 11 Jul 2025 14:19:42 +0000 (16:19 +0200)
commit58aab8dbf82a204143c0ded89f2a66a5dca123c0
treead0c4ea5f5223a674026ddbd312030d186a9a62a
parent770baa4f555e38bf15ea44308532278612cce457
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