| 1112 | } |
| 1113 | |
| 1114 | AllocatorAttributes output_alloc_attr(int index) const { |
| 1115 | return params_->output_attr_array[index]; |
| 1116 | } |
| 1117 | |
| 1118 | gtl::InlinedVector<WrappedAllocator, 4> ConsumeWrappedAllocators() { |
| 1119 | mutex_lock lock(mu_); |
no outgoing calls
no test coverage detected