| 148 | void updateTracedBytesAndCheckLimit(uint64_t bytes); |
| 149 | |
| 150 | void testingOverrideMemoryPool(std::shared_ptr<memory::MemoryPool> pool) { |
| 151 | pool_ = std::move(pool); |
| 152 | } |
| 153 | |
| 154 | /// Indicates if the query is under memory arbitration or not. |
| 155 | bool testingUnderArbitration() const { |
no outgoing calls