Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_basic_memory_management_test.c26 CHAR *pointer_1; in test_application_define() local
55 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 …]