Skip to content

Commit

Permalink
Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJung
Browse files Browse the repository at this point in the history
std::alloc: use posix_memalign instead of memalign on solarish

`memalign` on Solarish requires the alignment to be at least the size of a pointer, which we did not honor. `posix_memalign` also requires that, but that code path already takes care of this requirement.

close GH-124787
  • Loading branch information
bors committed May 12, 2024
2 parents 3ef1385 + 312464b commit 356fdbb
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 356fdbb

Please sign in to comment.