xo-reader2 stack: + TypeRegistry
This commit is contained in:
parent
9ce05973f4
commit
ba7ec387cc
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ namespace xo {
|
|||
|
||||
bool log_memory_layout(scope * p_log) {
|
||||
auto visitor = [p_log](const MemorySizeInfo & info) {
|
||||
*p_log && (*p_log)(xtag("resource", info.resource_name_),
|
||||
*p_log && (*p_log)(xtag("name", info.resource_name_),
|
||||
xtag("used", info.used_),
|
||||
xtag("alloc", info.allocated_),
|
||||
xtag("commit", info.committed_),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue