]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Added unit test for zng_calloc_aligned to ensure that it always returns 64-byte align...
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 14 Mar 2022 18:46:02 +0000 (11:46 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 15 Mar 2022 17:32:15 +0000 (18:32 +0100)
commit87b4a35b7a71fd34542dd2ca75c54bd0b7000385
tree3b8fa29469e31edb08c45ba783069d47d68b7c7a
parent80d9b164550ce9542c1987fb3903cc227b4bd3a6
Added unit test for zng_calloc_aligned to ensure that it always returns 64-byte aligned memory allocation when requested.
test/test_aligned_alloc.cc [new file with mode: 0644]