Searched refs:first_unsorted (Results 1 – 1 of 1) sorted by relevance
4717 mchunkptr first_unsorted; /* chunk to link to */ in malloc_consolidate() local4780 first_unsorted = unsorted_bin->fd; in malloc_consolidate()4782 first_unsorted->bk = p; in malloc_consolidate()4791 p->fd = first_unsorted; in malloc_consolidate()