Home
last modified time | relevance | path

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

/malloc/
A Dtst-calloc.c39 int j; in fixed_test() local
46 for (j = 0; j < size; ++j) in fixed_test()
48 if (ptrs[i][j] != '\0') in fixed_test()
51 size, i, j); in fixed_test()
52 ptrs[i][j] = '\xff'; in fixed_test()
69 int j; in random_test() local
79 for (j = 0; j < size; ++j) in random_test()
81 if (ptrs[i][j] != '\0') in random_test()
84 size, i, j); in random_test()
85 ptrs[i][j] = '\xff'; in random_test()
A Dtst-mallocstate.c238 int j = i + (rand_next (&global_seed) in shuffle_allocation_tasks() local
240 TEST_VERIFY_EXIT (j >= 0 && j < allocation_task_count); in shuffle_allocation_tasks()
243 allocation_tasks[i] = allocation_tasks[j]; in shuffle_allocation_tasks()
244 allocation_tasks[j] = tmp; in shuffle_allocation_tasks()

Completed in 7 milliseconds