test_tld_struct
tld_keys[2] = tld_create_key("value2", sizeof(struct test_tld_struct));
TLD_PAGE_SIZE - 2 * sizeof(int) - sizeof(struct test_tld_struct) + 1);
key = tld_create_key("value2", sizeof(struct test_tld_struct));
key = tld_create_key("value_not_exist", sizeof(struct test_tld_struct));
key = tld_create_key("value2", sizeof(struct test_tld_struct));
struct test_tld_struct *value2;
struct test_tld_struct test_value2;
struct test_tld_struct *struct_p;
struct_p = tld_get_data(&tld_obj, value2, "value2", sizeof(struct test_tld_struct));