Searched refs:tld_data_alloc_p (Results 1 – 1 of 1) sorted by relevance
114 __thread void *tld_data_alloc_p __attribute__((weak)); variable207 tld_data_alloc_p = data_alloc; in __tld_init_data_p()375 if (tld_data_alloc_p) { in tld_free()376 free(tld_data_alloc_p); in tld_free()377 tld_data_alloc_p = NULL; in tld_free()