swift
f392153e
- [Runtime] Use malloc_type_posix_memalign().
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#70367 - [Runtime] Use malloc_type_posix_memalign().
Author
al45tair
Committer
al45tair
Parents
c05dd0b9
Loading