Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:small

1368 "The vocabulary of English is undoubtedly vast, but assigning a specific number to its size is more a matter of definition than of calculation. Unlike other languages, there is no Academy to define officially accepted words. Neologisms are coined regularly in medicine, science and technology and other fields, and new slang is constantly developed. Some of these new words enter wide usage; others remain restricted to small circles. Foreign words used in immigrant communities often make their way into wider English usage. Archaic, dialectal, and regional words might or might not be widely considered as \"English\".\n" +
3238 " * For small (<= 64 bytes by default) requests, it is a caching\n" +
3240 " * In between, and for combinations of large and small requests, it does\n" +
3676 " TRIM_FASTBINS controls whether free() of a very small chunk can\n" +
3679 " of small chunks.\n" +
3683 " memory in programs that use many small chunks. You can get\n" +
3685 " lead to even greater slowdowns in programs using many small chunks.\n" +
3803 " Even if USE_MEMCPY is set to 1, loops to copy/clear small chunks\n" +
4253 " smblks: the number of fastbin blocks (i.e., small chunks that\n" +
4386 " larger values of n_elements. For small values, you probably won't\n" +
4390 " since it cannot reuse existing noncontiguous small chunks that\n" +
4515 " are designed especially for use with many small structs, objects or\n" +
4517 " to 16 4byte fields, or small strings representing words, tokens,\n" +
4621 " often. Having even a small pad greatly reduces the likelihood\n" +
5372 " for the small bins, which all contain the same-sized chunks, but\n" +
5567 " An array of lists holding recently freed small chunks. Fastbins\n" +
5637 " Use impossibly small value if 0.\n" +
5680 " /* The remainder from the most recent split of a small request */\n" +
6497 " marked as inuse and are in any case too small to use. We need\n" +
6710 " If a small request, check regular bin. Since these \"smallbins\"\n" +
6713 " processed to find best fit. But for small ones, fits are exact\n" +
6737 " Also, in practice, programs tend to have runs of either small or\n" +
6751 " it is exact fit, or, if this a small request, the chunk is remainder from\n" +
6762 " If a small request, try to use last remainder if it is the\n" +
6764 " runs of consecutive small requests. This is the only\n" +
6766 " no exact fit for a small chunk.\n" +