Lines Matching +full:cross +full:- +full:spawn
1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
15 FUZZER_FLAG_INT(runs, -1,
16 "Number of individual test runs (-1 for infinite runs).")
20 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.")
37 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be "
38 "merged into the 1-st corpus. Only interesting units will be taken. "
41 FUZZER_FLAG_INT(use_indir_calls, 1, "Use indirect caller-callee counters")
45 FUZZER_FLAG_INT(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn"
47 " with stdout/stderr redirected to fuzz-JOB.log.")
64 "as $(exact_artifact_path). This overrides -artifact_prefix "
85 FUZZER_FLAG_INT(rss_limit_mb, 2048, "If non-zero, the fuzzer will exit upon"