Home | History | Annotate | Download | only in camera

Lines Matching refs:malloc

2688     params_string = (char*) malloc(sizeof(char) * (params_str8.length()+1));
3227 char *resStr_copy = (char *)malloc(strlen(resStr) + 1);