Home | History | Annotate | Download | only in src

Lines Matching full:big_free

25 static union bigname *big_free = NULL;
193 crecp->name.bname->next = big_free;
194 big_free = crecp->name.bname;
427 if (big_free)
429 big_name = big_free;
430 big_free = big_free->next;
890 cache->name.bname->next = big_free;
891 big_free = cache->name.bname;