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