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));
Number of individual test Apply this number of consecutive mutations to each input exit after the first new interesting input is found the minimized corpus is saved into the first input directory Number of jobs to run 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.