You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
We currently make no guarantee on the returned pointer alignment. Malloc's pointer alignment seems not to be completely clearly defined, and even less clearly implemented, but it is reasonable for a C programmer on x64 to expect malloc(8) to return an 8-aligned pointer.
The text was updated successfully, but these errors were encountered:
waspc/share/lib/src/stdlib.c
Lines 26 to 32 in c7cd3f9
We currently make no guarantee on the returned pointer alignment. Malloc's pointer alignment seems not to be completely clearly defined, and even less clearly implemented, but it is reasonable for a C programmer on x64 to expect
malloc(8)
to return an 8-aligned pointer.The text was updated successfully, but these errors were encountered: