Home
last modified time | relevance | path

Searched refs:MEM_ALIGN_TEST_3 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c543 MEM_ALIGN_TEST_3 = 4, enumerator
574 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()
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c767 MEM_ALIGN_TEST_3 = 4, enumerator
798 buf = OsalMemAllocAlign(MEM_ALIGN_TEST_3, MALLOC_TEST_CASE1_SIZE); in OsaMemoryTest()
799 if (sizeof(void *) == MEM_ALIGN_TEST_3) { in OsaMemoryTest()