Searched refs:pointer_3 (Results 1 – 1 of 1) sorted by relevance
28 CHAR *pointer_3; in test_application_define() local241 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()