Lines Matching refs:will
31 // source files as UTF-8, so they will fail on this test. If you want
1324 " I didn't tell her that. (... You said I did. or ... But now I will!)\n" +
1358 "In everyday speech, the majority of words will normally be Germanic. If a speaker wishes to make a forceful point in an argument in a very blunt way, Germanic words will usually be chosen. A majority of Latinate words (or at least a majority of content words) will normally be used in more formal speech and writing, such as a courtroom or an encyclopedia article. However, there are other Latinate words that are used normally in everyday speech and do not sound formal; these are mainly words for concepts that no longer have Germanic words, and are generally assimilated better and in many cases do not appear Latinate. For instance, the words mountain, valley, river, aunt, uncle, move, use, push and stay are all Latinate.\n" +
3326 " Requests for sizes outside the allowed range will perform an optional\n" +
3447 " // free will be scheduled on the main thread in that case.\n" +
3565 " malloc will often die when freed memory is overwritten by user\n" +
3570 " enabled that will catch more memory errors. You probably won't be\n" +
3573 " checking is fairly extensive, and will slow down execution\n" +
3574 " noticeably. Calling malloc_stats or mallinfo with DEBUG set will\n" +
3678 " footprint, but will almost always slow down programs that use a lot\n" +
3697 " USE_DL_PREFIX will prefix all public routines with the string 'dl'.\n" +
3896 " if not defined, when regions happen to be contiguous, malloc will\n" +
3918 will be returned to the\n" +
4117 " of space, which will often fail. The maximum supported value of n\n" +
4134 " Unless disabled (using mallopt), freeing very large spaces will\n" +
4175 " Large chunks that were internally obtained via mmap will always\n" +
4257 " usmblks: the maximum total allocated space. This will be greater\n" +
4433 " some allocation patterns, some large free blocks of memory will be\n" +
4440 " structures will be left (one page or less). Non-zero arguments\n" +
4446 " On systems that do not support \"negative sbrks\", it will always\n" +
4483 " number requested. It will be larger than the number requested\n" +
4525 " not just for larger requests, but will generally cause it to be\n" +
4597 " since that memory will immediately be returned to the system.\n" +
4623 " after trimming) will invoke sbrk, which needlessly wastes\n" +
4642 " be allocated using already-existing space will be serviced via mmap.\n" +
4696 " to non-zero values in mallopt will fail.\n" +
5244 " low enough so that adding MINSIZE will also not wrap around sero.\n" +
6318 " and threshold limits, since the space will not be used as a\n" +
6372 " * We need to ensure that all returned chunks from malloc will meet\n" +
6376 " request size to account for fact that we will not be able to\n" +
6423 " They will never be accessed anyway because\n" +
6433 " If this isn't adjacent to existing space, then we will not\n" +
6618 " but the only thing we can do is adjust anyway, which will cause\n" +
6840 " find one that fits. (This will be the smallest that fits unless\n" +
7141 " check_inuse_chunk (above) will have triggered error.\n" +
8095 " * MORECORE must allocate in multiples of pagesize. It will\n" +
8115 " but this will generally result in a malloc failure.)\n" +