Home
last modified time | relevance | path

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

/benchtests/
A Dbench-malloc-simple.c46 do_benchmark (malloc_args *args, int **arr) in do_benchmark() argument
58 arr[i] = malloc (size); in do_benchmark()
61 free (arr[i]); in do_benchmark()
75 int **arr = (int**)p; in thread_test() local
79 do_benchmark (&tests[2][i], arr); in thread_test()
88 int **arr = (int**) malloc (MAX_ALLOCS * sizeof (void*)); in bench() local
99 do_benchmark (&tests[0][i], arr); in bench()
104 do_benchmark (&tests[0][i], arr); in bench()
108 pthread_create (&t, NULL, thread_test, (void*)arr); in bench()
113 do_benchmark (&tests[1][i], arr); in bench()
[all …]
A Dbench-math-inlines.c220 do_one_test (json_ctx_t *json_ctx, proto_t test_fn, volatile double *arr, in do_one_test() argument
229 test_fn (arr, len, iters); in do_one_test()

Completed in 4 milliseconds