Searched refs:pointer_1 (Results 1 – 1 of 1) sorted by relevance
26 CHAR *pointer_1; in test_application_define() local55 pointer_1 = ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()56 if ((pointer_1 == UX_NULL) || (((ULONG)pointer_1) & memory_size)) in test_application_define()62 ux_utility_memory_free(pointer_1); in test_application_define()65 pointer_1 = ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()66 if ((pointer_1 == UX_NULL) || (((ULONG)pointer_1) & memory_size)) in test_application_define()72 ux_utility_memory_free(pointer_1); in test_application_define()75 pointer_1 = ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_REGULAR_MEMORY, memory_size); in test_application_define()77 if ((pointer_1 == UX_NULL) || (((ULONG)pointer_1) & memory_size)) in test_application_define()83 ux_utility_memory_free(pointer_1); in test_application_define()[all …]