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

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkxld_dict_test.c124 char * tmp_key = kxld_alloc(sizeof(char) * (KEYLEN + 1)); local
128 tmp_key[j] = (random() % 26) + 'a';
130 tmp_key[KEYLEN] = '\0';
132 kxld_dict_insert(&dict, tmp_key, tmp_value);
133 stress_test[i].key = tmp_key;

Completed in 23 milliseconds