xo-interpreter2 stack: + MemorySizeInfo.used + pop for DArenaHashMap
This commit is contained in:
parent
d06f18f444
commit
3b5d3571e3
1 changed files with 1 additions and 0 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