Home | History | Annotate | Download | only in camera

Lines Matching refs:malloc

488         reinterpret_cast<char*>(malloc(sizeof(char) * (params.length()+1)));
994 char* ret = reinterpret_cast<char*>(malloc(len1 + len2 + 2));