Move enumerateLeak to core.

- remove not used parameter.
- remove the usage of default parameters.
- move some constants to memory management as well.

Change-Id: Iedf374568fa3594ffad6b53534e4483485863324
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-07-15 11:30:19 +02:00
committed by sys_ocldev
parent 05522f8ecd
commit 9d723a10aa
17 changed files with 93 additions and 101 deletions

View File

@@ -94,7 +94,7 @@ TEST_P(CommandQueueTest, createDeleteCommandQueue_Properties) {
nullptr,
retVal);
if (nonfailingAllocation == failureIndex) {
if (MemoryManagement::nonfailingAllocation == failureIndex) {
EXPECT_EQ(CL_SUCCESS, retVal);
EXPECT_NE(nullptr, pCmdQ);
} else {