mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Unit tests: fix message in case of memory leak
Change-Id: I47f4acee7f026e54ec2112f8a4b571c8bfa00de8
This commit is contained in:

committed by
sys_ocldev

parent
fccc5242c2
commit
7423919629
@ -141,7 +141,7 @@ std::string printCallStack(const MemoryManagement::AllocationEvent &event) {
|
||||
|
||||
printf("printCallStack.%d.%d\n", printMemoryOpCallStack, event.frames);
|
||||
if (!OCLRT::captureCallStacks) {
|
||||
printf("for detailed stack information turn on captureCallStacks in options.h\n");
|
||||
printf("for detailed stack information turn on captureCallStacks in memory_management_fixture.h\n");
|
||||
}
|
||||
if (printMemoryOpCallStack && event.frames > 0) {
|
||||
#if defined(__linux__)
|
||||
|
Reference in New Issue
Block a user