Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-24 | Added 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-27 | OpenBSD build fix proposal | David Carlier | |
2021-05-18 | Fix build on NetBSD | Kolby Crouch | |
2021-03-20 | Support for posix_memalign in FreeBSD 11. #873 | Nathan Moinvaziri | |
Co-authored-by: Hans Kristian Rosbach <hk-git@circlestorm.org> Co-authored-by: concatime <concatime@users.noreply@github.com> | |||
2020-09-14 | Increase zng_alloc alignment to 64-bytes for non-MacOS platforms. | Hans Kristian Rosbach | |
2020-09-14 | Simplify 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. |