Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:large

1136 "Many French words are also intelligible to an English speaker (though pronunciations are often quite different) because English absorbed a large vocabulary from Norman and French, via Anglo-Norman after the Norman Conquest and directly from French in subsequent centuries. As a result, a large portion of English vocabulary is derived from French, with some minor spelling differences (word endings, use of old French spellings, etc.), as well as occasional divergences in meaning, in so-called \"faux amis\", or false friends.\n" +
1169 "English is the language most often studied as a foreign language in the European Union (by 89% of schoolchildren), followed by French (32%), German (18%), and Spanish (8%).[28] In the EU, a large fraction of the population reports being able to converse to some extent in English. Among non-English speaking countries, a large percentage of the population claimed to be able to converse in English in the Netherlands (87%), Sweden (85%), Denmark (83%), Luxembourg (66%), Finland (60%), Slovenia (56%), Austria (53%), Belgium (52%), and Germany (51%). [29] Norway and Iceland also have a large majority of competent English-speakers.\n" +
1372 " It embraces not only the standard language of literature and conversation, whether current at the moment, or obsolete, or archaic, but also the main technical vocabulary, and a large measure of dialectal usage and slang (Supplement to the OED, 1933).[32]\n" +
1417 "There are many words of French origin in English, such as competition, art, table, publicity, police, role, routine, machine, force, and many others that have been and are being anglicised; they are now pronounced according to English rules of phonology, rather than French. A large portion of English vocabulary is of French or Oïl language origin, most derived from, or transmitted via, the Anglo-Norman spoken by the upper classes in England for several hundred years after the Norman Conquest.\n";
3236 " * For large (>= 512 bytes) requests, it is a pure best-fit allocator,\n" +
3240 " * In between, and for combinations of large and small requests, it does\n" +
3242 " * For very large requests (>= 128KB by default), it relies on system\n" +
3918 " allocate very large
3923 " This malloc is best tuned to work with mmap for large requests.\n" +
3924 " If you do not have mmap, operations involving very large chunks (1MB\n" +
3959 " be large, to avoid too many mmap calls and thus avoid running out\n" +
3969 " large blocks. This is currently only possible on Linux with\n" +
4134 " Unless disabled (using mallopt), freeing very large spaces will\n" +
4175 " Large chunks that were internally obtained via mmap will always\n" +
4307 " kinds of pools. It may also be useful when constructing large data\n" +
4430 " the malloc pool. You can call this after freeing large blocks of\n" +
4433 " some allocation patterns, some large free blocks of memory will be\n" +
4547 " afterward allocate more large chunks) the value should be high\n" +
4567 " program undergoes phases where several large chunks are\n" +
4571 " controlling release of large blocks via trimming versus mapping\n" +
4645 " Using mmap segregates relatively large chunks of memory so that\n" +
4675 " \"large\" chunks, but the value of \"large\" varies across systems. The\n" +
4694 " Setting to 0 disables use of mmap for servicing large requests. If\n" +
5242 " Check if a request is so large that it would wrap around zero when\n" +
5426 " The bins top out around 1MB because we expect to service large\n" +
5526 " released back to the system if it is very large (see\n" +
5544 " To help compensate for the large number of bins, a one-level index\n" +
6680 " that are so large that they wrap around zero when padded and\n" +
6712 " (For a large request, we need to wait until unsorted chunks are\n" +
6733 " If this is a large request, consolidate fastbins before continuing.\n" +
6738 " large requests, but less often mixtures, so consolidation is not\n" +
6822 " /* maintain large bins in sorted order */\n" +
6839 " If a large request, scan through the chunks of current bin to\n" +
6965 " If large enough, split off the chunk bordering the end of memory\n" +
6969 " be extended to be as large as necessary (up to system\n" +
7112 " If freeing a large space, consolidate possibly-surrounding\n" +
8130 " must not misinterpret negative args as large positive unsigned\n" +