Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:ialloc

5789 "static Void_t** iALLOc(size_t, size_t*, int, Void_t**);\n" +
5794 "static Void_t** iALLOc();\n" +
7700 " return iALLOc(n_elements, &sz, 3, chunks);\n" +
7713 " return iALLOc(n_elements, sizes, 0, chunks);\n" +
7718 " ------------------------------ ialloc ------------------------------\n" +
7719 " ialloc provides common support for independent_X routines, handling all of\n" +
7729 "static Void_t** iALLOc(size_t n_elements,\n" +
7734 "static Void_t** iALLOc(n_elements, sizes, opts, chunks) size_t n_elements; size_t* sizes; int opts; Void_t* chunks[];\n" +