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