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