Lines Matching full:words
547 // code alignment to be suitable for both. Also aligned to 32 words because
1497 // 1-31 words: Such small free areas are discarded for efficiency reasons.
1500 // 32-255 words: There is a list of spaces this large. It is used for top and
1501 // limit when the object we need to allocate is 1-31 words in size. These
1503 // 256-2047 words: There is a list of spaces this large. It is used for top and
1504 // limit when the object we need to allocate is 32-255 words in size. These
1506 // 1048-16383 words: There is a list of spaces this large. It is used for top
1507 // and limit when the object we need to allocate is 256-2047 words in size.
1509 // At least 16384 words. This list is for objects of 2048 words or larger.