Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching full:fitting

151   chooses the best-fitting existing chunk for a request, with ties
155 exactly fitting available chunk by preferring to use space adjacent
2168 fitting) than any other available chunk. The top chunk
4457 /* allocate a large request from the best fitting chunk in a treebin */
4528 /* allocate a small request from the best fitting chunk in a treebin */
4583 if it is better fitting than dv chunk, splitting if necessary.
4584 2. If better fitting than any binned chunk, use the dv chunk.