Files
test/intern
Jacques Lucke 9c9ea37770 Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_aligned
`posix_memalign` requires the `alignment` to be at least `sizeof(void *)`.
Previously, `MEM_mallocN_aligned` would simply return `NULL` if a too small
`alignment` was used. This was an OS specific issue.

The solution is to use a minimal alignment of `8` for all aligned allocations.
The unit tests have been extended to test more possible alignments (some
of which were broken before).

Reviewers: brecht

Differential Revision: https://developer.blender.org/D6660
2020-01-23 14:21:48 +01:00
..
2019-10-07 12:22:05 +11:00
2020-01-21 20:57:15 +11:00
2019-11-25 00:55:11 +11:00
2019-11-25 01:51:11 +11:00
2020-01-15 11:18:24 +01:00
2019-10-21 15:05:56 +11:00
2019-11-25 00:55:11 +11:00