Files
rust/library/std/src/sys/unix
Josh Stone 1c6d867d78 wasi: round up the size for aligned_alloc
C11 `aligned_alloc` requires that the size be a multiple of the
alignment. This is enforced in the wasi-libc emmalloc implementation,
which always returns NULL if the size is not a multiple.
(The default `MALLOC_IMPL=dlmalloc` does not currently check this.)
2023-08-26 11:50:16 -07:00
..
2023-03-27 22:29:44 -05:00
2023-07-05 13:11:26 +02:00
2023-06-21 14:59:37 -07:00
2023-04-12 19:27:18 +02:00
2023-06-13 20:41:33 +00:00
2023-06-05 19:26:04 +03:00
2023-08-18 16:04:53 +02:00
2023-05-01 13:28:19 +02:00
2023-07-28 18:09:12 -07:00
2023-07-05 13:11:26 +02:00
2023-06-21 14:59:37 -07:00
2023-06-21 14:59:37 -07:00