We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaaa90 commit 502c0f3Copy full SHA for 502c0f3
unit_tests/memory_leak_listener.cpp
@@ -33,6 +33,9 @@ extern unsigned int numBaseObjects;
33
void MemoryLeakListener::OnTestStart(const TestInfo &testInfo) {
34
numInitialBaseObjects = numBaseObjects;
35
MemoryManagement::logTraces = OCLRT::captureCallStacks;
36
+ if (OCLRT::captureCallStacks) {
37
+ MemoryManagement::detailedAllocationLoggingActive = true;
38
+ }
39
MemoryManagement::fastLeakDetectionMode = 1;
40
}
41
0 commit comments