add 095_memory_allocation.patch
This commit is contained in:
parent
bb54604e17
commit
1513d2cea4
1 changed files with 4 additions and 0 deletions
4
patches/patches/095_memory_allocation.patch
Normal file
4
patches/patches/095_memory_allocation.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
65c65
|
||||
< var avg: []f64 = {};
|
||||
---
|
||||
> var avg: []f64 = try allocator.alloc(f64, arr.len);
|
||||
Loading…
Add table
Add a link
Reference in a new issue