swift
f392153e - [Runtime] Use malloc_type_posix_memalign().

Commit
2 years ago
[Runtime] Use malloc_type_posix_memalign(). We can't use `malloc_type_aligned_alloc()` because `aligned_alloc()` requires that `size` be a multiple of `alignment`, which isn't something we expect here. rdar://119137861
Author
Committer
Parents
Loading