Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_memory_test.c418 ULONG alloc_count; in test_application_define() local
534 alloc_count = ux_test_utility_sim_mem_alloc_count(); in test_application_define()
539 stepinfo("init & uninit alloc : %ld\n", alloc_count); in test_application_define()
542 if (alloc_count) stepinfo(">>>>>>>>>> - Init/deinit memory errors test\n"); in test_application_define()
544 for (test_n = 0; test_n < alloc_count; test_n ++) in test_application_define()
547 stepinfo("%4ld / %4ld\n", test_n, alloc_count - 1); in test_application_define()
588 if (alloc_count) stepinfo("\n"); in test_application_define()
680 ULONG alloc_count; in tx_demo_thread_host_simulation_entry() local
729 alloc_count = ux_test_utility_sim_mem_alloc_count(); in tx_demo_thread_host_simulation_entry()
734 rsc_hid_mem_alloc_count = alloc_count - rsc_enum_mem_alloc_count; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_ux_device_class_hid_receiver_memory_test.c412 ULONG alloc_count; in test_application_define() local
542 alloc_count = ux_test_utility_sim_mem_alloc_count(); in test_application_define()
547 stepinfo("init & uninit alloc : %ld\n", alloc_count); in test_application_define()
550 if (alloc_count) stepinfo(">>>>>>>>>> - Init/deinit memory errors test\n"); in test_application_define()
552 for (test_n = 0; test_n < alloc_count; test_n ++) in test_application_define()
555 stepinfo("%4ld / %4ld\n", test_n, alloc_count - 1); in test_application_define()
596 if (alloc_count) stepinfo("\n"); in test_application_define()
675 ULONG alloc_count; in tx_demo_thread_host_simulation_entry() local
724 alloc_count = ux_test_utility_sim_mem_alloc_count(); in tx_demo_thread_host_simulation_entry()
729 rsc_hid_mem_alloc_count = alloc_count - rsc_enum_mem_alloc_count; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_ux_device_class_hid_basic_memory_test.c412 ULONG alloc_count; in test_application_define() local
528 alloc_count = ux_test_utility_sim_mem_alloc_count(); in test_application_define()
533 stepinfo("init & uninit alloc : %ld\n", alloc_count); in test_application_define()
536 if (alloc_count) stepinfo(">>>>>>>>>> - Init/deinit memory errors test\n"); in test_application_define()
538 for (test_n = 0; test_n < alloc_count; test_n ++) in test_application_define()
541 stepinfo("%4ld / %4ld\n", test_n, alloc_count - 1); in test_application_define()
582 if (alloc_count) stepinfo("\n"); in test_application_define()
674 ULONG alloc_count; in tx_demo_thread_host_simulation_entry() local
723 alloc_count = ux_test_utility_sim_mem_alloc_count(); in tx_demo_thread_host_simulation_entry()
728 rsc_hid_mem_alloc_count = alloc_count - rsc_enum_mem_alloc_count; in tx_demo_thread_host_simulation_entry()
[all …]