| 198 | // in a future release. |
| 199 | ABSL_DEPRECATED("Use `this->GetAllocator()` or `this->GetScopedAllocator()`.") |
| 200 | Allocator* GetStepAllocator(AllocatorAttributes attr, ResourceMgr*) { |
| 201 | return GetAllocator(attr); |
| 202 | } |
| 203 | |
| 204 | // Return an Allocator prepared for use in particular places by graph |
| 205 | // optimization |
nothing calls this directly
no test coverage detected