Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:malloc

22         rv = (char *) malloc(nc+1);
27 rv = (char *) malloc(n+1);
44 d = (char *) malloc(((sl+1) * sizeof(char)));