18 void circular_raw_ostream::write_impl(
const char *
Ptr,
size_t Size) {
19 if (BufferSize == 0) {
20 TheStream->
write(Ptr, Size);
27 std::min(
unsigned(Size),
unsigned(BufferSize - (Cur - BufferArray)));
28 memcpy(Cur, Ptr, Bytes);
31 if (Cur == BufferArray + BufferSize) {
40 if (BufferSize != 0) {
42 TheStream->
write(Banner, std::strlen(Banner));
Maximum length of the test input libFuzzer tries to guess a good value based on the corpus and reports it always prefer smaller inputs during the corpus shuffle When libFuzzer itself reports a bug this exit code will be used If indicates the maximal total time in seconds to run the fuzzer minimizes the provided crash input Use with etc Experimental Use value profile to guide fuzzing Number of simultaneous worker processes to run the jobs If min(jobs, NumberOfCpuCores()/2)\" is used.") FUZZER_FLAG_INT(reload
raw_ostream & write(unsigned char C)
void flushBufferWithBanner()
flushBufferWithBanner - Force output of the buffer along with a small header.