MCPcopy Create free account
hub / github.com/bytedance/bolt / queryTraceMaxBytes

Method queryTraceMaxBytes

bolt/core/QueryConfig.h:1318–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316 /// Returns the spillable memory reservation growth percentage of the previous
1317 /// memory reservation size. 10 means exponential growth along a series of
1318 /// integer powers of 11/10. The reservation grows by this much until it no
1319 /// longer can, after which it starts spilling.
1320 int32_t spillableReservationGrowthPct() const {
1321 constexpr int32_t kDefaultPct = 10;
1322 return get<int32_t>(kSpillableReservationGrowthPct, kDefaultPct);
1323 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected