Home | History | Annotate | Download | only in mjsunit

Lines Matching full:unsorted

5496 "     2560 - leaves bins <=     64 bytes wide unsorted\n" +
5497 " 12288 - leaves bins <= 512 bytes wide unsorted\n" +
5498 " 65536 - leaves bins <= 4096 bytes wide unsorted\n" +
5499 " 262144 - leaves bins <= 32768 bytes wide unsorted\n" +
5507 " Unsorted chunks\n" +
5510 " are first placed in the \"unsorted\" bin. They are then placed\n" +
5517 "/* The otherwise unindexable 1-bin is used to hold unsorted chunks. */\n" +
5538 "/* Conveniently, the unsorted bin can be used as dummy top on first call */\n" +
6712 " (For a large request, we need to wait until unsorted chunks are\n" +
6763 " only chunk in unsorted bin. This helps promote locality for\n" +
6789 " /* remove from unsorted list */\n" +
7081 " Place the chunk in unsorted chunk list. Chunks are\n" +
7207 " then in unsorted bin. Among other reasons for doing this,\n" +
7208 " placing in unsorted bin avoids needing to calculate actual bins\n" +