Searched refs:allocation_task_count (Results 1 – 1 of 1) sorted by relevance
228 enum { allocation_task_count = action_count * max_size }; enumerator229 static struct allocation_task allocation_tasks[allocation_task_count];235 for (int i = 0; i < allocation_task_count - 1; ++i) in shuffle_allocation_tasks()239 % ((unsigned) (allocation_task_count - i))); in shuffle_allocation_tasks()240 TEST_VERIFY_EXIT (j >= 0 && j < allocation_task_count); in shuffle_allocation_tasks()253 for (int i = 0; i < allocation_task_count; ++i) in initial_allocations()268 for (int i = 0; i < allocation_task_count; ++i) in initial_allocations()276 for (int i = 0; i < allocation_task_count; ++i) in initial_allocations()358 for (int i = 0; i < allocation_task_count; ++i) in full_heap_check()391 for (int i = 0; i < allocation_task_count; ++i) in do_test()[all …]