Searched refs:tfd_alloc (Results 1 – 1 of 1) sorted by relevance
190 static u_int tfd_alloc; /* number of entries allocated */ variable465 if(tims_used > tfd_alloc) { in sort_timers()466 tfd_alloc = tims_used; in sort_timers()467 tfd = _xrealloc(tfd, sizeof(int *) * tfd_alloc); in sort_timers()