| 350 | AwaitAllocatorStatistics AwaitAllocator::statistics() const { return currentStatistics; } |
| 351 | |
| 352 | bool AwaitAllocator::isOpen() const { return currentMode != AwaitAllocatorMode::None; } |
| 353 | |
| 354 | size_t AwaitAllocator::used() const { return currentStatistics.bytesInUse; } |
| 355 |
no outgoing calls