]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Simplify zng_calloc and zng_cfree.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 12 Sep 2020 17:54:38 +0000 (19:54 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 14 Sep 2020 10:04:30 +0000 (12:04 +0200)
commit696e387ef1b587376baf9326ad0bb89cd7948236
tree1aa2e8a4f0afd2a10477c8358aeca6d4fff13616
parenta245ef38b8854d8de333f3575158046cc115a6ac
Simplify zng_calloc and zng_cfree.
Make new static functions zng_alloc and zng_free available to other parts of the code.
Always request aligned allocations, even if UNALIGNED_OK is set.
win32/Makefile.a64
win32/Makefile.arm
win32/Makefile.msc
zutil.c
zutil_p.h [new file with mode: 0644]