Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_basic_memory_management_test.c29 CHAR *pointer_4; in test_application_define() local
254 pointer_4 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()
257 if ((pointer_4 == UX_NULL) || (((ULONG)pointer_4) & UX_ALIGN_MIN)) in test_application_define()
282 ux_utility_memory_free(pointer_4); in test_application_define()
326 pointer_4 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()
329 if ((pointer_4 == UX_NULL) || (((ULONG)pointer_4) & UX_ALIGN_MIN)) in test_application_define()
336 if (pointer_1 != pointer_4) in test_application_define()
346 ux_utility_memory_free(pointer_4); in test_application_define()