Fixes
This commit is contained in:
parent
fabceb52d3
commit
bc892da992
24 changed files with 116 additions and 110 deletions
|
|
@ -208,7 +208,7 @@ void CallStackCapture::printSnapshot(const CallStack* snapshot) {
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
void CallStackCapture::logLeaks() {
|
||||
void CallStackCapture::logAll() {
|
||||
for (auto cs : *this) {
|
||||
printSnapshot(cs.getCallStack());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue