Lines Matching refs:n_elements
114 calloc(size_t n_elements, size_t element_size);
115 Returns a pointer to n_elements * element_size bytes, with all locations
228 independent_calloc(size_t n_elements, size_t element_size, void* chunks[]);
231 single cleared space, it returns an array of pointers to n_elements
243 n_elements in length. It is filled in with the pointers to the
247 null if the allocation failed. If n_elements is zero and "chunks"
282 independent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]);
284 independent_comalloc allocates, all at once, a set of n_elements
295 must be of at least n_elements in length. It is filled in with the
299 null if the allocation failed. If n_elements is zero and chunks is
333 larger values of n_elements. For small values, you probably won't
497 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);
509 void** mspace_independent_calloc(mspace msp, size_t n_elements,
516 void** mspace_independent_comalloc(mspace msp, size_t n_elements,