Searched refs:max_ffdc_size (Results 1 – 1 of 1) sorted by relevance
25 static constexpr size_t max_ffdc_size = 8192; variable169 auto data = std::make_unique<unsigned char[]>(max_ffdc_size); in analyzeEvent()170 while (total < max_ffdc_size) in analyzeEvent()172 auto r = read(fd, data.get() + total, max_ffdc_size - total); in analyzeEvent()