Searched refs:num_array_entries (Results 1 – 1 of 1) sorted by relevance
119 get_apple_array(size_t *num_array_entries) in get_apple_array() argument167 *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() argument185 for (size_t i = 0; i < num_array_entries; i++) { in get_libmalloc_experiment_factors()206 size_t num_array_entries = 0; variable216 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; variable236 apple_array = get_apple_array(&num_array_entries);237 found = get_libmalloc_experiment_factors(apple_array, num_array_entries, NULL);