Home
last modified time | relevance | path

Searched refs:first_unsorted (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3432 mchunkptr first_unsorted; /* chunk to link to */ local
3492 first_unsorted = unsorted_bin->fd;
3494 first_unsorted->bk = p;
3498 p->fd = first_unsorted;