Home | History | Annotate | Download | only in stdlib

Lines Matching refs:ialloc

3940 static void** ialloc(mstate m,
4348 return ialloc(gm, n_elements, &sz, 3, chunks);
4353 return ialloc(gm, n_elements, sizes, 0, chunks);
4762 return ialloc(ms, n_elements, &sz, 3, chunks);
4772 return ialloc(ms, n_elements, sizes, 0, chunks);