Files
swift-mirror/include/swift/Basic/Malloc.h
Guillaume Lessard a5feb1ab6b detect failed allocations from posix_memalign
- `posix_memalign` doesn't touch its pointer-to-pointer parameter when it
  fails, so `AlignedAlloc` ended up returning stack garbage in that case.
2021-07-15 19:17:14 -06:00

1.6 KiB