Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/
H A Dtrial_experiments.c119 get_apple_array(size_t *num_array_entries) in get_apple_array() argument
167 *num_array_entries = num_lines - 1; in get_apple_array()
182 get_libmalloc_experiment_factors(char **apple_array, size_t num_array_entries, uint64_t *factors) in get_libmalloc_experiment_factors() argument
185 for (size_t i = 0; i < num_array_entries; i++) { in get_libmalloc_experiment_factors()
206 size_t num_array_entries = 0; variable
216 apple_array = get_apple_array(&num_array_entries);
217 found = get_libmalloc_experiment_factors(apple_array, num_array_entries, &apple_array_val);
227 size_t num_array_entries = 0; variable
236 apple_array = get_apple_array(&num_array_entries);
237 found = get_libmalloc_experiment_factors(apple_array, num_array_entries, NULL);