| 106 | } |
| 107 | |
| 108 | void TestEnv::SetBufferPoolArgs(int64_t min_buffer_len, int64_t capacity) { |
| 109 | buffer_pool_min_buffer_len_ = min_buffer_len; |
| 110 | buffer_pool_capacity_ = capacity; |
| 111 | } |
| 112 | |
| 113 | void TestEnv::SetProcessMemTrackerArgs(int64_t bytes_limit, bool use_metrics) { |
| 114 | process_mem_limit_ = bytes_limit; |
no outgoing calls
no test coverage detected