Searched refs:tsd_max (Results 1 – 1 of 1) sorted by relevance
68 int tsd_max; /* Number of pointers allocated */ member91 if (tsdp->tsd_count >= (tsdp->tsd_max - 1)) { in add_pointer()93 new_max = (tsdp->tsd_max == 0) ? 16 : 2 * tsdp->tsd_max; in add_pointer()101 tsdp->tsd_max = new_max; in add_pointer()