Lines Matching refs:Each
1307 "Hence in a sentence, each tone group can be subdivided into syllables, which can either be stressed (strong) or unstressed (weak). The stressed syllable is called the nuclear syllable. For example:\n" +
1374 "The editors of Webster's Third New International Dictionary, Unabridged (475,000 main headwords) in their preface, estimate the number to be much higher. It is estimated that about 25,000 words are added to the language each year.[33]\n" +
3288 " Each malloced chunk has a hidden word of overhead holding size\n" +
3706 " USE_MALLOC_LOCK causes wrapper functions to surround each\n" +
4281 " independent elements that can hold contents of size elem_size, each\n" +
4300 " Each element must be individually freed when it is no longer\n" +
4339 " an array of pointers to these elements, each of which can be\n" +
4356 " Each element must be individually freed when it is no longer\n" +
4362 " independent_comallac differs from independent_calloc in that each\n" +
4568 " allocated and released in ways that can reuse each other's\n" +
5141 " in the front of each chunk and at the end. This makes\n" +
5215 " allocated one-by-one, each must contain its own trailing size field.\n" +
5359 " An array of bin headers for free chunks. Each bin is doubly\n" +
5366 " that no consolidated chunk physically borders another one, so each\n" +
5381 " to give each chunk an equal opportunity to be consolidated with\n" +
5385 " To simplify use in double-linked lists, each bin header acts\n" +
5995 " always true of any allocated chunk; i.e., that each allocated\n" +
6060 " /* each chunk claims to be inuse */\n" +
6090 " /* each chunk claims to be free */\n" +
6711 " hold one size each, no searching within bins is necessary.\n" +
7119 " don't want to consolidate on each free. As a compromise,\n" +
7206 " Remove each chunk from fast bin and consolidate it, placing it\n" +
7738 " INTERNAL_SIZE_T element_size; /* chunksize of each element, if all same */\n" +