Home | History | Annotate | Download | only in libril

Lines Matching refs:malloc

1868                 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1)
1888 string8 = (char*) malloc((infoRec->rec.number.len + 1)
1925 string8 = (char*) malloc((infoRec->rec.redir.redirectingNumber
2739 args = (char **) malloc(sizeof(char*) * number);
2749 args[i] = (char *) malloc((sizeof(char) * len) + 1);
3363 s_lastNITZTimeData = malloc(p.dataSize());
3401 p_info = (UserCallbackInfo *) malloc (sizeof(UserCallbackInfo));