| 1302 | constexpr int32_t kDefaultPct = 5; |
| 1303 | return get<int32_t>(kMinSpillableReservationPct, kDefaultPct); |
| 1304 | } |
| 1305 | |
| 1306 | /// Returns the spillable memory reservation growth percentage of the previous |
| 1307 | /// memory reservation size. 10 means exponential growth along a series of |
| 1308 | /// integer powers of 11/10. The reservation grows by this much until it no |
| 1309 | /// longer can, after which it starts spilling. |
no outgoing calls
no test coverage detected