Searched refs:stress_test (Results 1 – 1 of 1) sorted by relevance
52 Stress stress_test[STRESSNUM]; in main() local133 stress_test[i].key = tmp_key; in main()134 stress_test[i].value = tmp_value; in main()140 char * key = stress_test[i].key; in main()142 target_value = *stress_test[i].value; in main()146 kxld_free(stress_test[i].key, sizeof(char) * (KEYLEN + 1)); in main()147 kxld_free(stress_test[i].value, sizeof(int)); in main()