xo-interpreter2 stack: + MemorySizeInfo.used + pop for DArenaHashMap
This commit is contained in:
parent
0e6afabaa3
commit
e6fdd2b436
5 changed files with 29 additions and 6 deletions
|
|
@ -80,6 +80,7 @@ namespace xo {
|
|||
|
||||
auto visitor = [&log](const MemorySizeInfo & info) {
|
||||
log && log(xtag("resource", info.resource_name_),
|
||||
xtag("used", info.used_),
|
||||
xtag("alloc", info.allocated_),
|
||||
xtag("commit", info.committed_),
|
||||
xtag("resv", info.reserved_));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue