Searched refs:stress_test (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkxld_dict_test.c52 Stress stress_test[STRESSNUM]; local
133 stress_test[i].key = tmp_key;
134 stress_test[i].value = tmp_value;
140 char * key = stress_test[i].key;
142 target_value = *stress_test[i].value;
146 kxld_free(stress_test[i].key, sizeof(char) * (KEYLEN + 1));
147 kxld_free(stress_test[i].value, sizeof(int));

Completed in 68 milliseconds