This is an archive of the discontinued LLVM Phabricator instance.

[test][libc] Fix aligned_alloc argument
ClosedPublic

Authored by vitalybuka on Aug 6 2023, 6:19 PM.

Details

Summary

Size must be multiple of Alignment.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 6 2023, 6:19 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 6 2023, 6:19 PM
vitalybuka requested review of this revision.Aug 6 2023, 6:19 PM
vitalybuka updated this revision to Diff 547622.Aug 6 2023, 6:26 PM

use alignTo

gchatelet accepted this revision.Aug 7 2023, 1:41 AM

Thx for catching this !

This revision is now accepted and ready to land.Aug 7 2023, 1:41 AM
This revision was automatically updated to reflect the committed changes.