summaryrefslogtreecommitdiff
path: root/zutil_p.h
AgeCommit message (Collapse)Author
2021-12-24Added build system check for posix_memalign support.Nathan Moinvaziri
Co-authored-by: concatime <concatime@users.noreply@github.com> Co-authored-by: Mika Lindqvist <postmaster@raasu.org>
2021-05-27OpenBSD build fix proposalDavid Carlier
2021-05-18Fix build on NetBSDKolby Crouch
2021-03-20Support for posix_memalign in FreeBSD 11. #873Nathan Moinvaziri
Co-authored-by: Hans Kristian Rosbach <hk-git@circlestorm.org> Co-authored-by: concatime <concatime@users.noreply@github.com>
2020-09-14Increase zng_alloc alignment to 64-bytes for non-MacOS platforms.Hans Kristian Rosbach
2020-09-14Simplify zng_calloc and zng_cfree.Hans Kristian Rosbach
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.