Home
last modified time | relevance | path

Searched refs:tempArraySize (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y1034 static int tempArraySize = 0; variable
1038 tempArraySize = 256; in allocateTemp()
1039 tempArray = (int*)malloc(tempArraySize * sizeof(int)); in allocateTemp()
1047 if (nbTemp == tempArraySize) { in allocateTemp()
1048 tempArraySize *= 2; in allocateTemp()
1049 tempArray = (int*)realloc(tempArray,tempArraySize * sizeof(int)); in allocateTemp()