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