#Centipede Make the DSO limit larger. PiperOrigin-RevId: 633660280
diff --git a/centipede/runner_sancov_object.h b/centipede/runner_sancov_object.h index 667241b..248b505 100644 --- a/centipede/runner_sancov_object.h +++ b/centipede/runner_sancov_object.h
@@ -98,7 +98,7 @@ DsoTable CreateDsoTable() const; private: - static constexpr size_t kMaxSize = 1024; + static constexpr size_t kMaxSize = 64 * 1024; // Set by `PCGuardInit`/`Inline8BitCountersInit` if the current DSO has an // empty PC guard/counter table, which should not be tracked in a // SanCovObject.