mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Make stdlib mem::allocator more complete. (#1238)
Make stdlib mem::allocator more complete. Fill in some gaps and docstrings. List.to_new_array. Handle overalignment smoothly in list.
This commit is contained in:
committed by
GitHub
parent
bc0d52142a
commit
b18661a8b0
@@ -6,7 +6,7 @@ def PtrList = List(<void*>);
|
||||
|
||||
struct Overalign
|
||||
{
|
||||
double[<33>] x;
|
||||
float[<4>] x @align(128);
|
||||
}
|
||||
|
||||
fn void overaligned_type()
|
||||
|
||||
Reference in New Issue
Block a user