Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:malloc

42 #include <stdlib.h> /* for NULL, malloc */
872 *rep = (char **) malloc(sizeof(char *) * word_size);
873 *pos = (int *) malloc(sizeof(int) * word_size);
874 *cut = (int *) malloc(sizeof(int) * word_size);
941 *rep = (char **) malloc(sizeof(char *) * word_size);
942 *pos = (int *) malloc(sizeof(int) * word_size);
943 *cut = (int *) malloc(sizeof(int) * word_size);