Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_basic_memory_management_test.c28 CHAR *pointer_3; in test_application_define() local
241 pointer_3 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()
244 if ((pointer_3 == UX_NULL) || (((ULONG)pointer_3) & UX_ALIGN_MIN)) in test_application_define()
267 ux_utility_memory_free(pointer_3); in test_application_define()
272 pointer_3 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()
275 if ((pointer_3 == UX_NULL) || (((ULONG)pointer_3) & UX_ALIGN_MIN)) in test_application_define()
281 ux_utility_memory_free(pointer_3); in test_application_define()
311 pointer_3 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()
314 if ((pointer_3 == UX_NULL) || (((ULONG)pointer_3) & UX_ALIGN_MIN)) in test_application_define()
344 ux_utility_memory_free(pointer_3); in test_application_define()