Searched refs:fileMax (Results 1 – 1 of 1) sorted by relevance
92 static uint32_t fileMax = 0; variable411 if(fileCount==fileMax) { in addFile()412 fileMax += CHUNK_FILE_COUNT; in addFile()413 files = uprv_realloc(files, fileMax*sizeof(files[0])); /* note: never freed. */ in addFile()415 …data/gencmn: Could not allocate %u bytes for %d files\n", (unsigned int)(fileMax*sizeof(files[0]))… in addFile()