| 348 | AwaitAllocatorMode AwaitAllocator::mode() const { return currentMode; } |
| 349 | |
| 350 | AwaitAllocatorStatistics AwaitAllocator::statistics() const { return currentStatistics; } |
| 351 | |
| 352 | bool AwaitAllocator::isOpen() const { return currentMode != AwaitAllocatorMode::None; } |
| 353 |
no outgoing calls