Lines Matching refs:Array
4280 " single cleared space, it returns an array of pointers to n_elements\n" +
4289 " probably the most typical usage). If it is null, the returned array\n" +
4291 " no longer needed. Otherwise, the chunks array must be of at least\n" +
4295 " In either case, independent_calloc returns this pointer array, or\n" +
4297 " is null, it returns a chunk representing an array with zero elements\n" +
4324 " free(pool); // Can now free the array (or not, if it is needed later)\n" +
4338 " chunks with sizes indicated in the \"sizes\" array. It returns\n" +
4339 " an array of pointers to these elements, each of which can be\n" +
4346 " the returned array is itself dynamically allocated and should also\n" +
4347 " be freed when it is no longer needed. Otherwise, the chunks array\n" +
4351 " In either case, independent_comalloc returns this pointer array, or\n" +
4353 " null, it returns a chunk representing an array with zero elements\n" +
5359 " An array of bin headers for free chunks. Each bin is doubly\n" +
5567 " An array of lists holding recently freed small chunks. Fastbins\n" +
7698 " size_t sz = elem_size; /* serves as 1-element array */\n" +
7740 " INTERNAL_SIZE_T array_size; /* request size of pointer array */\n" +
7744 " Void_t** marray; /* either \"chunks\" or malloced ptr array */\n" +
7745 " mchunkptr array_chunk; /* chunk for malloced ptr array */\n" +
7753 " /* compute array length, if needed */\n" +
7761 " /* if empty req, must still return chunk representing empty array */\n" +
7805 " /* If not provided, allocate the pointer array as final part of chunk */\n" +
9071 var languages = new Array(
9103 munged_sizes = new Array(17197, 2511, 2645, 3820, 3086, 2609,