Home | History | Annotate | Download | only in reflect

Lines Matching refs:malloc

274     methods = (Method**) malloc(maxCount * sizeof(*methods));
275 allMethods = (Method**) malloc(maxCount * sizeof(*methods));