mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
Unify allocator tests even more, also test arena
This commit is contained in:
@ -24,4 +24,4 @@ free_memory(ptr2);
|
||||
|
||||
reset_memory();
|
||||
ptr1 = allocate_memory(size);
|
||||
assert(ptr1 == HEAP_BASE);
|
||||
assert(ptr1 == ((HEAP_BASE + 7) & ~7));
|
||||
|
Reference in New Issue
Block a user