This website works better with JavaScript
Home
Explore
Help
Sign In
kennyh
/
emqx4.3
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(vm): add literal_alloc memory calculation
JimMoen
4 years ago
parent
a7cd1ad30b
commit
d4246ad2f6
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
apps/emqx/src/emqx_vm.erl
+ 1
- 0
apps/emqx/src/emqx_vm.erl
View File
@@ -57,6 +57,7 @@
sl_alloc,
sl_alloc,
ll_alloc,
ll_alloc,
fix_alloc,
fix_alloc,
+ literal_alloc,
std_alloc
std_alloc
]).
]).