Searched refs:tsd_realloc (Results 1 – 1 of 1) sorted by relevance
137 static void *tsd_realloc(void *, size_t, size_t);1631 (void (**)(void *))tsd_realloc((void *)tsd_destructor, in tsd_create()1781 tsd->ts_value = tsd_realloc(tsd->ts_value, in tsd_agent_set()1871 tsd_realloc(void *old, size_t osize, size_t nsize) in tsd_realloc() function