Searched refs:testMemory (Results 1 – 2 of 2) sorted by relevance
50 jne .testMemory56 .testMemory: label
4367 int *testMemory; variable4377 testMemory = new int[size / sizeof(int)]; in clSVMAllocARM_stubForMemoryAllocation()4378 return testMemory; in clSVMAllocARM_stubForMemoryAllocation()4390 TEST_ASSERT_EQUAL_PTR(svm_ptr, testMemory); in clEnqueueSVMMap_stubForMemoryAllocation()4400 TEST_ASSERT_EQUAL_PTR(svm_pointer, testMemory); in clSVMFree_stubForMemoryAllocation()4413 TEST_ASSERT_EQUAL_PTR(ptr,testMemory); in testSVMMemoryAllocation()