Searched refs:memory_cache_flag (Results 1 – 8 of 8) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_utility_sim_no_overriding.c | 110 static void add_memory_allocation_pointer(ULONG memory_cache_flag, VOID *allocation_ptr) in add_memory_allocation_pointer() argument 112 …UX_TEST_ASSERT(num_flagged_memory_allocation_pointers[memory_cache_flag] < MAX_FLAGGED_MEMORY_ALLO… in add_memory_allocation_pointer() 113 …flagged_memory_allocation_pointers[memory_cache_flag][num_flagged_memory_allocation_pointers[memor… in add_memory_allocation_pointer() 117 VOID allocate_everything(ULONG memory_cache_flag) in allocate_everything() argument 127 if (memory_cache_flag == UX_REGULAR_MEMORY) in allocate_everything() 146 …tmp_allocation_ptr = ux_utility_memory_allocate(UX_NO_ALIGN, memory_cache_flag, memory_block_reque… in allocate_everything() 148 add_memory_allocation_pointer(memory_cache_flag, tmp_allocation_ptr); in allocate_everything() 160 tmp_allocation_ptr = ux_utility_memory_allocate(UX_NO_ALIGN, memory_cache_flag, 1); in allocate_everything() 165 add_memory_allocation_pointer(memory_cache_flag, tmp_allocation_ptr); in allocate_everything() 177 …ocate_until_align_flagged(ULONG target_fail_level, ULONG memory_alignment, ULONG memory_cache_flag) in ux_test_utility_sim_mem_allocate_until_align_flagged() argument [all …]
|
| D | ux_test_utility_sim.h | 49 …cate_until_align_flagged(ULONG target_fail_level, ULONG memory_alignment, ULONG memory_cache_flag); 53 VOID ux_test_utility_sim_mem_free_all_flagged (ULONG memory_cache_flag);
|
| D | ux_test.h | 166 ULONG memory_cache_flag; member 295 ULONG memory_cache_flag; member 429 ULONG ux_test_calc_total_memory_allocated(ULONG memory_alignment, ULONG memory_cache_flag, ULONG me…
|
| D | ux_test.c | 938 memory_allocate_params->memory_cache_flag != this->memory_cache_flag || in ux_test_action_handler_check()
|
| D | usbx_storage_tests.c | 1180 ux_test_utility_sim_mem_allocate_until_align_flagged(0, 0, action->memory_cache_flag); in ux_test_memory_allocate_all_memory_action_func() 1362 …ory_on_transfer_data_match_action(TX_THREAD *thread_to_match, ULONG memory_cache_flag, UCHAR *data… in create_allocate_all_memory_on_transfer_data_match_action() argument 1369 action.memory_cache_flag = memory_cache_flag; in create_allocate_all_memory_on_transfer_data_match_action()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_utility_memory_free_block_best_get.c | 77 UX_MEMORY_BLOCK *_ux_utility_memory_free_block_best_get(ULONG memory_cache_flag, 89 switch (memory_cache_flag)
|
| D | ux_utility_memory_allocate.c | 84 VOID *_ux_utility_memory_allocate(ULONG memory_alignment, ULONG memory_cache_flag, in _ux_utility_memory_allocate() argument 102 if (memory_cache_flag == UX_REGULAR_MEMORY) in _ux_utility_memory_allocate() 106 else if (memory_cache_flag == UX_CACHE_SAFE_MEMORY) in _ux_utility_memory_allocate() 328 if (memory_cache_flag == UX_REGULAR_MEMORY) in _ux_utility_memory_allocate()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_utility.h | 83 VOID *_ux_utility_memory_allocate(ULONG memory_alignment,ULONG memory_cache_flag, ULONG …
|