Add some instrumentation for debugging GC leaks
This commit is contained in:
parent
d37d012774
commit
6e5b02bee4
4 changed files with 59 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ void processExpr(EvalState & state, const Strings & attrPaths,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
state.printCanaries();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue