testdata_type
testdata_type* d = newdata(128);
testdata_type* d2 = newdata(129);
testadd(struct lruhash* table, testdata_type* ref[])
testdata_type* data = newdata(numtoadd);
testremove(struct lruhash* table, testdata_type* ref[])
testlookup(struct lruhash* table, testdata_type* ref[])
testdata_type* data = en? (testdata_type*)en->data : NULL;
testadd_unlim(struct lruhash* table, testdata_type** ref)
testdata_type* data = newdata(numtoadd);
testremove_unlim(struct lruhash* table, testdata_type** ref)
testlookup_unlim(struct lruhash* table, testdata_type** ref)
testdata_type* data = en? (testdata_type*)en->data : NULL;
testdata_type* ref[HASHTESTMAX * 100];
static testdata_type* newdata(int val) {
testdata_type* d = (testdata_type*)calloc(1,
sizeof(testdata_type));
testdata_type* d = newdata(128);
testadd(struct slabhash* table, testdata_type* ref[])
testdata_type* data = newdata(numtoadd);
testremove(struct slabhash* table, testdata_type* ref[])
testlookup(struct slabhash* table, testdata_type* ref[])
testdata_type* data = en? (testdata_type*)en->data : NULL;
testadd_unlim(struct slabhash* table, testdata_type** ref)
testdata_type* data = newdata(numtoadd);
testremove_unlim(struct slabhash* table, testdata_type** ref)
testlookup_unlim(struct slabhash* table, testdata_type** ref)
testdata_type* data = en? (testdata_type*)en->data : NULL;
testdata_type* ref[HASHTESTMAX * 100];
static testdata_type* newdata(int val) {
testdata_type* d = (testdata_type*)calloc(1,
sizeof(testdata_type));
testdata_type* d = newdata(128);
testdata_type* d2 = newdata(129);