Searched refs:MEM_ALIGN_TEST_3 (Results 1 – 2 of 2) sorted by relevance
543 MEM_ALIGN_TEST_3 = 4, enumerator574 buf = OsalMemAllocAlign(MEM_ALIGN_TEST_3, MALLOC_TEST_CASE1_SIZE); in OsaMemoryTest()575 if (sizeof(void *) == MEM_ALIGN_TEST_3) { in OsaMemoryTest()577 UT_TEST_CHECK_RET(((int)buf % MEM_ALIGN_TEST_3) != 0, OSAL_MALLOC_BIG); in OsaMemoryTest()
767 MEM_ALIGN_TEST_3 = 4, enumerator798 buf = OsalMemAllocAlign(MEM_ALIGN_TEST_3, MALLOC_TEST_CASE1_SIZE); in OsaMemoryTest()799 if (sizeof(void *) == MEM_ALIGN_TEST_3) { in OsaMemoryTest()