Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_memory_safe_test.c299 VOID *ref_mem_ptr; in test_application_define() local
328 ref_mem_ptr = ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, 16); in test_application_define()
329 if (ref_mem_ptr == UX_NULL) in test_application_define()
336 ux_utility_memory_free(ref_mem_ptr); in test_application_define()
346 if (ptr != ref_mem_ptr || in test_application_define()
362 if (ptr != ref_mem_ptr || in test_application_define()
378 if (ptr != ref_mem_ptr || in test_application_define()