fix(vm): memory calc add `literal_alloc`
This commit is contained in:
parent
8cdfb531a7
commit
e80c15f2e3
|
@ -64,6 +64,7 @@
|
|||
sl_alloc,
|
||||
ll_alloc,
|
||||
fix_alloc,
|
||||
literal_alloc,
|
||||
std_alloc
|
||||
]).
|
||||
|
||||
|
@ -484,4 +485,3 @@ compat_windows(Fun) ->
|
|||
_Error -> 0
|
||||
end
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in New Issue