| 372 | const std::string& details, int64_t failed_allocation = 0) WARN_UNUSED_RESULT; |
| 373 | |
| 374 | void set_query_exec_finished() { |
| 375 | DCHECK(is_query_mem_tracker_); |
| 376 | query_exec_finished_.Store(1); |
| 377 | } |
| 378 | |
| 379 | static const std::string COUNTER_NAME; |
| 380 |
no test coverage detected