Searched refs:pointer_2 (Results 1 – 1 of 1) sorted by relevance
27 CHAR *pointer_2; in test_application_define() local229 pointer_2 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()232 if ((pointer_2 == UX_NULL) || (((ULONG)pointer_2) & UX_ALIGN_MIN)) in test_application_define()266 ux_utility_memory_free(pointer_2); in test_application_define()299 pointer_2 = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()302 if ((pointer_2 == UX_NULL) || (((ULONG)pointer_2) & UX_ALIGN_MIN)) in test_application_define()345 ux_utility_memory_free(pointer_2); in test_application_define()